DBA Data[Home] [Help]

APPS.HR_US_W2_REP dependencies on FF_CONTEXTS

Line 245: from ff_contexts

241: IS
242: l_context_id number := 0;
243: BEGIN
244: select context_id into l_context_id
245: from ff_contexts
246: where context_name = w2_context_name;
247:
248: return (l_context_id);
249:

Line 1109: ff_contexts fc,

1105:
1106: CURSOR c_tax_unit_item IS
1107: select fai.value
1108: from ff_archive_item_contexts faic,
1109: ff_contexts fc,
1110: ff_archive_items fai,
1111: ff_database_items fdi
1112: where fdi.user_name = w2_tax_unit_item
1113: and fdi.user_entity_id = fai.user_entity_id

Line 1232: ff_contexts fc2,

1228: fai.value
1229: from
1230: ff_archive_item_contexts faic2,
1231: ff_archive_item_contexts faic1,
1232: ff_contexts fc2,
1233: ff_contexts fc1,
1234: ff_archive_items fai,
1235: ff_database_items fdi
1236: where fdi.user_name = w2_state_item

Line 1233: ff_contexts fc1,

1229: from
1230: ff_archive_item_contexts faic2,
1231: ff_archive_item_contexts faic1,
1232: ff_contexts fc2,
1233: ff_contexts fc1,
1234: ff_archive_items fai,
1235: ff_database_items fdi
1236: where fdi.user_name = w2_state_item
1237: and fdi.user_entity_id = fai.user_entity_id