DBA Data[Home] [Help]

APPS.HRDPP_PROCESS_DEPENDENT dependencies on HR_DATA_PUMP

Line 65: hr_data_pump.entry('ins_user_key');

61: p_user_key_value in varchar2,
62: p_unique_key_id in number)
63: is
64: begin
65: hr_data_pump.entry('ins_user_key');
66: insert into hr_pump_batch_line_user_keys
67: (user_key_id, batch_line_id,user_key_value,unique_key_id)
68: values
69: (hr_pump_batch_line_user_keys_s.nextval,

Line 73: hr_data_pump.exit('ins_user_key');

69: (hr_pump_batch_line_user_keys_s.nextval,
70: p_batch_line_id,
71: p_user_key_value,
72: p_unique_key_id);
73: hr_data_pump.exit('ins_user_key');
74: end iuk;
75: --
76: procedure insert_batch_lines
77: (p_batch_id in number

Line 240: hr_data_pump.entry('call');

236: L_LER_ID number;
237: L_CONTACT_PERSON_ID number;
238: --
239: begin
240: hr_data_pump.entry('call');
241: open cr;
242: fetch cr into c;
243: if cr%notfound then
244: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 321: hr_data_pump.api_trc_on;

317: ,P_CON_DATE_OF_BIRTH => c.p22
318: ,P_CON_PERSON_NUM => c.p23
319: ,P_EFFECTIVE_DATE => c.p2);
320: --
321: hr_data_pump.api_trc_on;
322: BEN_ENROLLMENT_PROCESS.PROCESS_DEPENDENT
323: (p_validate => l_validate
324: ,P_PERSON_ID => L_PERSON_ID
325: ,P_PGM_ID => L_PGM_ID

Line 337: hr_data_pump.api_trc_off;

333: ,P_CVG_STRT_DT => c.p3
334: ,P_CVG_THRU_DT => c.p4
335: ,P_MULTI_ROW_ACTN => L_MULTI_ROW_ACTN
336: ,P_RECORD_TYP_CD => c.p6);
337: hr_data_pump.api_trc_off;
338:
339: --
340:
341: --

Line 344: hr_data_pump.exit('call');

340:
341: --
342: close cr;
343: --
344: hr_data_pump.exit('call');
345: exception
346: when hr_multi_message.error_message_exist then
347: if cr%isopen then
348: close cr;