DBA Data[Home] [Help]

APPS.PAY_MX_ARCHIVE_DBI_PKG dependencies on DUAL

Line 93: FROM dual;

89: ff_routes_s.CURRVAL,
90: 'N',
91: 'User Entity ID',
92: 1
93: FROM dual;
94:
95: -- Define the route context usage
96: INSERT INTO ff_route_context_usages
97: (

Line 105: FROM dual;

101: )
102: SELECT ff_routes_s.CURRVAL,
103: l_assignment_action_context_id,
104: 1
105: FROM dual;
106:
107: INSERT INTO ff_route_context_usages
108: (
109: route_id,

Line 116: from dual;

112: )
113: SELECT ff_routes_s.CURRVAL,
114: l_gre_context_id,
115: 2
116: from dual;
117:
118: END;
119:
120:

Line 316: FROM dual;

312:
313: -- Create the archive database item
314: SELECT ff_user_entities_s.NEXTVAL
315: INTO l_user_entity_seq
316: FROM dual;
317:
318: INSERT INTO ff_user_entities
319: (
320: user_entity_id,