DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PRTT_RT_VAL dependencies on HR_PUMP_GET

Line 155: hr_pump_get.get_prtt_rt_val_id

151: if c.p2 is null then
152: L_PRTT_RT_VAL_ID:=nn;
153: else
154: L_PRTT_RT_VAL_ID :=
155: hr_pump_get.get_prtt_rt_val_id
156: (P_PRTT_RT_VAL_USER_KEY => c.p2);
157: end if;
158: --
159: if c.d3=cn then

Line 165: hr_pump_get.get_enrt_rt_id

161: elsif c.d3 is null then
162: L_ENRT_RT_ID:=nh;
163: else
164: L_ENRT_RT_ID :=
165: hr_pump_get.get_enrt_rt_id
166: (P_ENRT_RT_USER_KEY => c.p3);
167: end if;
168: --
169: if c.p4 is null then

Line 173: hr_pump_get.get_person_id

169: if c.p4 is null then
170: L_PERSON_ID:=nn;
171: else
172: L_PERSON_ID :=
173: hr_pump_get.get_person_id
174: (P_PERSON_USER_KEY => c.p4);
175: end if;
176: --
177: if c.p2 is null then

Line 181: hr_pump_get.GET_PRTT_RT_VAL_OVN

177: if c.p2 is null then
178: L_OBJECT_VERSION_NUMBER:=nn;
179: else
180: L_OBJECT_VERSION_NUMBER :=
181: hr_pump_get.GET_PRTT_RT_VAL_OVN
182: (P_PRTT_RT_VAL_USER_KEY => c.p2);
183: end if;
184: --
185: hr_data_pump.api_trc_on;