DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on PAY_US_ASG_REPORTING

Line 764: from pay_us_asg_reporting rep,

760: select distinct
761: ffc.context_id,
762: ffc.context_name,
763: rep.jurisdiction_code
764: from pay_us_asg_reporting rep,
765: ff_contexts ffc
766: where rep.assignment_id = p_assignment_id
767: and ffc.context_name = 'JURISDICTION_CODE'
768: and rep.jurisdiction_code is not null