DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_UTILS dependencies on FF_USER_ENTITIES_S

Line 599: select ff_user_entities_s.nextval into l_user_entity_seq from dual;

595: --
596: -- Archive DBI does not exist, so create the User Entity,
597: -- Route Parameter, and DBI.
598: --
599: select ff_user_entities_s.nextval into l_user_entity_seq from dual;
600:
601: insert into ff_user_entities
602: (
603: user_entity_id,

Line 773: select ff_user_entities_s.nextval into l_user_entity_id from dual;

769: -- Create a new User Entity and DBI, and Route Parameter Value.
770: --
771: BEGIN
772: --
773: select ff_user_entities_s.nextval into l_user_entity_id from dual;
774: --
775: insert into ff_user_entities
776: (
777: user_entity_id,