DBA Data[Home] [Help]

APPS.PAY_US_NACHA_TAPE dependencies on PAY_UPGRADE_DEFINITIONS

Line 299: from pay_upgrade_definitions pud

295: -- into New Wage Attach Architecture using 'Generic Upgrade Mechanism'
296:
297: CURSOR csr_garn_arch IS
298: select distinct 'Y'
299: from pay_upgrade_definitions pud
300: ,pay_upgrade_status pus
301: where pud.short_name = 'US_INV_DEDN_UPGRADE'
302: and pud.legislation_code = 'US'
303: and pud.upgrade_definition_id = pus.upgrade_definition_id