DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_UTILS dependencies on FF_CONTEXTS

Line 14: from ff_contexts

10: l_context_id number;
11: --
12: cursor c_get_context(c_context_name varchar2) is
13: select context_id
14: from ff_contexts
15: where context_name = c_context_name;
16: --
17: begin
18: --

Line 278: ff_contexts ffc

274: --
275: -- dbms_output.put_line('creating route...');
276: l_text := 'ff_archive_items target,
277: ff_archive_item_contexts fac,
278: ff_contexts ffc
279: where target.user_entity_id = &U1
280: and target.context1 = &B1 /* context assignment action id */
281: and fac.archive_item_id = target.archive_item_id
282: and ffc.context_id = fac.context_id