DBA Data[Home] [Help]

APPS.PAY_UPGRADE_LEGISLATIONS_PKG dependencies on HR_API

Line 135: or ( business_group_id is not null and p_legislation_code = hr_api.return_legislation_code(business_group_id) ) );

131: where
132: upgrade_definition_id = p_upgrade_definition_id
133: and (
134: ( legislation_code is not null and legislation_code = p_legislation_code )
135: or ( business_group_id is not null and p_legislation_code = hr_api.return_legislation_code(business_group_id) ) );
136:
137: --
138: l_exists varchar2(1);
139: l_proc varchar2(100) := g_package || 'chk_delete';