DBA Data[Home] [Help]

APPS.PAY_UPGRADE_LEGISLATIONS_PKG dependencies on PAY_UPGRADE_STATUS

Line 130: select null from pay_upgrade_status

126: ,p_legislation_code in varchar2 )
127: is
128: --
129: cursor csr_delete is
130: select null from pay_upgrade_status
131: where
132: upgrade_definition_id = p_upgrade_definition_id
133: and (
134: ( legislation_code is not null and legislation_code = p_legislation_code )