DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on FF_CONTEXTS

Line 136: ff_contexts fc

132: fai.value value
133: from ff_archive_items fai,
134: ff_database_items fdi,
135: ff_archive_item_contexts faic,
136: ff_contexts fc
137: where fai.user_entity_id = fdi.user_entity_id
138: and fai.archive_item_id = faic.archive_item_id
139: and fc.context_id = faic.context_id
140: and fc.context_name = 'JURISDICTION_CODE'