DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on STANDARD

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

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

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

567: -- or security group key is not valid, exception raised with error message.
568: --
569: -- Usage example in pl/sql
570: -- begin fnd_user_pkg.addresp('SCOTT', 'FND', 'APPLICATION_DEVELOPER',
571: -- 'STANDARD', 'DESCRIPTION', sysdate, null); end;
572: -- Input (Mandatory)
573: -- username: User Name
574: -- resp_app: Application Short Name
575: -- resp_key: Responsibility Key