DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_VALUE_API dependencies on PQH_GSP_UTILITY

Line 336: pqh_gsp_utility.chk_rate_for_upd_del(

332:
333: hr_utility.set_location(l_proc, 8);
334:
335: if nvl(p_called_from,'API') <> 'GSPW' then
336: pqh_gsp_utility.chk_rate_for_upd_del(
337: p_rate_id => l_rate_id
338: ,p_entity => 'RATE_VALUE');
339: end if;
340:

Line 526: pqh_gsp_utility.chk_rate_for_upd_del(

522:
523: hr_utility.set_location(l_proc, 8);
524:
525: if nvl(p_called_from,'API') <> 'GSPW' then
526: pqh_gsp_utility.chk_rate_for_upd_del(
527: p_rate_id => l_rate_id
528: ,p_entity => 'RATE_VALUE');
529: End if;
530: -- End changes for bug 9328526