DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on FF_CONTEXTS

Line 67: ff_contexts fc

63: fai.value value
64: from ff_archive_items fai,
65: ff_database_items fdi,
66: ff_archive_item_contexts faic,
67: ff_contexts fc
68: where fai.user_entity_id = fdi.user_entity_id
69: and fai.archive_item_id = faic.archive_item_id
70: and fc.context_id = faic.context_id
71: and fc.context_name = 'JURISDICTION_CODE'