DBA Data[Home] [Help]

APPS.PAY_US_MMREF_REPORTING1 dependencies on FF_CONTEXTS

Line 425: ff_contexts fc, -- JD

421: CURSOR IN_LOCAL_MMRF_EMPLOYEE IS
422: SELECT 'JURISDICTION_CODE=C', rtrim(ltrim(faic.context)),
423: 'TRANSFER_YE_JURISDICTION_CODE=P', ltrim(rtrim(faic.context))
424: from ff_archive_items fai,
425: ff_contexts fc, -- JD
426: ff_database_items fdi,
427: ff_archive_item_contexts faic, -- JD
428: pay_assignment_actions paa
429: where paa.assignment_action_id

Line 447: ff_contexts fc, -- JD

443: CURSOR OH_LOCAL_MMRF_EMPLOYEE IS
444: SELECT 'JURISDICTION_CODE=C',ltrim(rtrim(faic.context)),
445: 'TRANSFER_YE_JURISDICTION_CODE=P',ltrim(rtrim(faic.context))
446: from ff_archive_items fai,
447: ff_contexts fc, -- JD
448: ff_database_items fdi,
449: ff_archive_item_contexts faic, -- JD
450: pay_assignment_actions paa
451: where paa.assignment_action_id =