DBA Data[Home] [Help]

APPS.HR_RATE_API dependencies on PQH_GSP_UTILITY

Line 474: pqh_gsp_utility.chk_rate_for_upd_del(

470:
471: -- Start changes for bug 9328526
472:
473: if nvl(p_called_from,'API') <> 'GSPW' then
474: pqh_gsp_utility.chk_rate_for_upd_del(
475: p_rate_id => p_rate_id
476: ,p_entity => 'RATE');
477: end if;
478:

Line 726: pqh_gsp_utility.chk_rate_for_upd_del(

722: -- Need to lock main table to maintain the locking ladder order
723: --
724: -- Start changes for bug 9328526
725: if nvl(p_called_from,'API') <> 'GSPW' then
726: pqh_gsp_utility.chk_rate_for_upd_del(
727: p_rate_id => p_rate_id
728: ,p_entity => 'RATE');
729: End if;
730: