DBA Data[Home] [Help]

APPS.HRDPP_PROCESS_BENEFICIARY 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 288: hr_data_pump.entry('call');

284: L_ORGANIZATION_ID number;
285: L_TTEE_PERSON_ID number;
286: --
287: begin
288: hr_data_pump.entry('call');
289: open cr;
290: fetch cr into c;
291: if cr%notfound then
292: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 395: hr_data_pump.api_trc_on;

391: hr_pump_get.get_ttee_person_id
392: (P_TTEE_PERSON_USER_KEY => c.p32);
393: end if;
394: --
395: hr_data_pump.api_trc_on;
396: BEN_ENROLLMENT_PROCESS.PROCESS_BENEFICIARY
397: (p_validate => l_validate
398: ,P_PERSON_ID => L_PERSON_ID
399: ,P_PGM_ID => L_PGM_ID

Line 419: hr_data_pump.api_trc_off;

415: ,P_MULTI_ROW_ACTN => L_MULTI_ROW_ACTN
416: ,P_ORGANIZATION_ID => L_ORGANIZATION_ID
417: ,P_TTEE_PERSON_ID => L_TTEE_PERSON_ID
418: ,P_RECORD_TYP_CD => c.p12);
419: hr_data_pump.api_trc_off;
420:
421: --
422:
423: --

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

422:
423: --
424: close cr;
425: --
426: hr_data_pump.exit('call');
427: exception
428: when hr_multi_message.error_message_exist then
429: if cr%isopen then
430: close cr;