DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PTNL_LER_FOR_PER dependencies on HR_PUMP_GET

Line 144: hr_pump_get.get_ptnl_ler_for_per_id

140: if c.p2 is null then
141: L_PTNL_LER_FOR_PER_ID:=nn;
142: else
143: L_PTNL_LER_FOR_PER_ID :=
144: hr_pump_get.get_ptnl_ler_for_per_id
145: (P_PTNL_LER_FOR_PER_USER_KEY => c.p2);
146: end if;
147: --
148: if c.p2 is null then

Line 152: hr_pump_get.GET_PTNL_LER_FOR_PER_OVN

148: if c.p2 is null then
149: L_OBJECT_VERSION_NUMBER:=nn;
150: else
151: L_OBJECT_VERSION_NUMBER :=
152: hr_pump_get.GET_PTNL_LER_FOR_PER_OVN
153: (P_PTNL_LER_FOR_PER_USER_KEY => c.p2);
154: end if;
155: --
156: hr_data_pump.api_trc_on;