OID with EBS integration (fnd_oid_plug.setPlugin)
Dears iam making integration with between EBS r12 and OID after home and oid register iam running the following command after changing provisiong profile using DIP
execute fnd_oid_plug.setPlugin(default_user_repository=>'cn=users,cn=accounts,dc=kw,dc=zain,dc=com' );
BEGIN fnd_oid_plug.setPlugin(default_user_repository=>'cn=users,cn=accounts,dc=kw,dc=zain,dc=com' ); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'SETPLUGIN'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
any one know the correct number of arguments or how it works
Thanks