DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PERSONAL_PAY_METH dependencies on HR_PUMP_GET

Line 150: hr_pump_get.get_personal_payment_method_id

146: if c.p5 is null then
147: L_PERSONAL_PAYMENT_METHOD_ID:=nn;
148: else
149: L_PERSONAL_PAYMENT_METHOD_ID :=
150: hr_pump_get.get_personal_payment_method_id
151: (P_PERSONAL_PAY_METHOD_USER_KEY => c.p5);
152: end if;
153: --
154: if c.p5 is null or

Line 159: hr_pump_get.GET_PPM_OVN

155: c.p1 is null then
156: L_OBJECT_VERSION_NUMBER:=nn;
157: else
158: L_OBJECT_VERSION_NUMBER :=
159: hr_pump_get.GET_PPM_OVN
160: (P_PERSONAL_PAY_METHOD_USER_KEY => c.p5
161: ,P_EFFECTIVE_DATE => c.p1);
162: end if;
163: --