DBA Data[Home] [Help]

APPS.GMDFMVAL_PUB dependencies on FND_USER

Line 789: from fnd_user

785:
786: /* Cursor that returns user info */
787: CURSOR get_user_id IS
788: select user_id
789: from fnd_user
790: where user_name = pRecord_in.user_name;
791:
792:
793: BEGIN