Script to update profile in EBS R12
Script to update profile in EBS R12
Script:
Declare
Result Boolean;
BEGIN
Result:= fnd_profile.SAVE ('APPS_SSO_LDAP_SYNC', 'N', 'SITE');
IF Result
THEN
DBMS_OUTPUT.put_line ('Profile Updated');
ELSE
DBMS_OUTPUT.put_line ('Profile Not Updated');
END IF;
COMMIT;
END;
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment