DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PERSON dependencies on HR_PUMP_GET

Line 171: hr_pump_get.get_person_id

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