Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OID with EBS integration (fnd_oid_plug.setPlugin)

user12198900Feb 5 2013 — edited Feb 5 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2013
Added on Feb 5 2013
1 comment
551 views