DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on STANDARD

Line 532: -- 'STANDARD'); end;

528: -- security group is not valid, exception raised with error message.
529: --
530: -- Usage example in pl/sql
531: -- begin fnd_user_pkg.delresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
532: -- 'STANDARD'); end;
533: -- Input (Mandatory)
534: -- username: User Name
535: -- resp_app: Application Short Name
536: -- resp_key: Responsibility Key

Line 552: -- 'STANDARD', 'DESCRIPTION', sysdate, null); end;

548: -- or security group key is not valid, exception raised with error message.
549: --
550: -- Usage example in pl/sql
551: -- begin fnd_user_pkg.addresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
552: -- 'STANDARD', 'DESCRIPTION', sysdate, null); end;
553: -- Input (Mandatory)
554: -- username: User Name
555: -- resp_app: Application Short Name
556: -- resp_key: Responsibility Key