DBA Data[Home] [Help]

APPS.HRDPP_FINAL_PROCESS_EMP dependencies on HR_PUMP_GET

Line 149: hr_pump_get.GET_FP_PERIOD_OF_SERVICE_ID

145: if c.p5 is null then
146: L_PERIOD_OF_SERVICE_ID:=nn;
147: else
148: L_PERIOD_OF_SERVICE_ID :=
149: hr_pump_get.GET_FP_PERIOD_OF_SERVICE_ID
150: (P_PERSON_USER_KEY => c.p5
151: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID);
152: end if;
153: --

Line 158: hr_pump_get.GET_FP_PERIOD_OF_SERVICE_OVN

154: if c.p5 is null then
155: L_OBJECT_VERSION_NUMBER:=nn;
156: else
157: L_OBJECT_VERSION_NUMBER :=
158: hr_pump_get.GET_FP_PERIOD_OF_SERVICE_OVN
159: (P_PERSON_USER_KEY => c.p5
160: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID);
161: end if;
162: --