DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING_MT dependencies on FF_CONTEXTS

Line 386: ff_contexts fc, -- JD

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

Line 408: ff_contexts fc, -- JD

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