DBA Data[Home] [Help]

APPS.HR_PROGRESSION_POINT_API dependencies on PQH_GSP_UTILITY

Line 563: pqh_gsp_utility.chk_ps_for_upd_del

559: l_object_version_number := p_object_version_number;
560:
561: -- Start changes for bug 9328526
562: if nvl(p_called_from,'API') <> 'GSPW' then
563: pqh_gsp_utility.chk_ps_for_upd_del
564: (p_parent_spine_id => p_parent_spine_id
565: ,p_entity => 'PROGRESSION_POINT'
566: );
567: end if;

Line 832: pqh_gsp_utility.chk_ps_for_upd_del

828:
829: hr_utility.set_location(l_proc, 25);
830:
831: if nvl(p_called_from,'API') <> 'GSPW' then
832: pqh_gsp_utility.chk_ps_for_upd_del
833: (p_parent_spine_id => l_parent_spine_id
834: ,p_entity => 'PROGRESSION_POINT'
835: );
836: end if;