DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING_MT dependencies on FF_CONTEXTS

Line 387: ff_contexts fc, -- JD

383: CURSOR IN_LOCAL_MMRF_EMPLOYEE IS
384: SELECT 'JURISDICTION_CODE=C', rtrim(ltrim(faic.context)),
385: 'TRANSFER_YE_JURISDICTION_CODE=P', ltrim(rtrim(faic.context))
386: from ff_archive_items fai,
387: ff_contexts fc, -- JD
388: ff_database_items fdi,
389: ff_archive_item_contexts faic, -- JD
390: pay_assignment_actions paa
391: where paa.assignment_action_id

Line 409: ff_contexts fc, -- JD

405: CURSOR OH_LOCAL_MMRF_EMPLOYEE IS
406: SELECT 'JURISDICTION_CODE=C',ltrim(rtrim(faic.context)),
407: 'TRANSFER_YE_JURISDICTION_CODE=P',ltrim(rtrim(faic.context))
408: from ff_archive_items fai,
409: ff_contexts fc, -- JD
410: ff_database_items fdi,
411: ff_archive_item_contexts faic, -- JD
412: pay_assignment_actions paa
413: where paa.assignment_action_id =