DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PRTT_ENRT_RESULT dependencies on HR_PUMP_GET

Line 177: hr_pump_get.get_prtt_enrt_rslt_id

173: if c.p6 is null then
174: L_PRTT_ENRT_RSLT_ID:=nn;
175: else
176: L_PRTT_ENRT_RSLT_ID :=
177: hr_pump_get.get_prtt_enrt_rslt_id
178: (P_PRTT_ENRT_RSLT_USER_KEY => c.p6);
179: end if;
180: --
181: if c.p6 is null or

Line 186: hr_pump_get.GET_PRTT_ENRT_RSLT_OVN

182: c.p3 is null then
183: L_OBJECT_VERSION_NUMBER:=nn;
184: else
185: L_OBJECT_VERSION_NUMBER :=
186: hr_pump_get.GET_PRTT_ENRT_RSLT_OVN
187: (P_PRTT_ENRT_RSLT_USER_KEY => c.p6
188: ,P_EFFECTIVE_DATE => c.p3);
189: end if;
190: --