DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_API dependencies on PQH_GSP_UTILITY

Line 751: pqh_gsp_utility.chk_ps_for_upd_del

747: l_object_version_number := p_object_version_number;
748:
749: -- Start changes for bug 9328526
750: if nvl(p_called_from,'API') <> 'GSPW' then
751: pqh_gsp_utility.chk_ps_for_upd_del
752: (p_parent_spine_id => p_parent_spine_id
753: ,p_entity => 'PAY_SCALE'
754: );
755: end if;

Line 1047: pqh_gsp_utility.chk_ps_for_upd_del

1043: --
1044:
1045: -- Start changes for bug 9328526
1046: if nvl(p_called_from,'API') <> 'GSPW' then
1047: pqh_gsp_utility.chk_ps_for_upd_del
1048: (p_parent_spine_id => p_parent_spine_id
1049: ,p_entity => 'PAY_SCALE'
1050: );
1051: end if;