DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING dependencies on FF_CONTEXTS

Line 407: ff_contexts fc, -- JD

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

Line 429: ff_contexts fc, -- JD

425: CURSOR OH_LOCAL_MMRF_EMPLOYEE IS
426: SELECT 'JURISDICTION_CODE=C',ltrim(rtrim(faic.context)),
427: 'TRANSFER_YE_JURISDICTION_CODE=P',ltrim(rtrim(faic.context))
428: from ff_archive_items fai,
429: ff_contexts fc, -- JD
430: ff_database_items fdi,
431: ff_archive_item_contexts faic, -- JD
432: pay_assignment_actions paa
433: where paa.assignment_action_id =