DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING dependencies on FF_CONTEXTS

Line 397: ff_contexts fc, -- JD

393: CURSOR IN_LOCAL_MMRF_EMPLOYEE IS
394: SELECT 'JURISDICTION_CODE=C', rtrim(ltrim(faic.context)),
395: 'TRANSFER_YE_JURISDICTION_CODE=P', ltrim(rtrim(faic.context))
396: from ff_archive_items fai,
397: ff_contexts fc, -- JD
398: ff_database_items fdi,
399: ff_archive_item_contexts faic, -- JD
400: pay_assignment_actions paa
401: where paa.assignment_action_id

Line 419: ff_contexts fc, -- JD

415: CURSOR OH_LOCAL_MMRF_EMPLOYEE IS
416: SELECT 'JURISDICTION_CODE=C',ltrim(rtrim(faic.context)),
417: 'TRANSFER_YE_JURISDICTION_CODE=P',ltrim(rtrim(faic.context))
418: from ff_archive_items fai,
419: ff_contexts fc, -- JD
420: ff_database_items fdi,
421: ff_archive_item_contexts faic, -- JD
422: pay_assignment_actions paa
423: where paa.assignment_action_id =