DBA Data[Home] [Help]

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

308: L_PER_IN_LER_ID number;
309: L_CBR_QUALD_BNF_ID number;
310: --
311: begin
312: hr_data_pump.entry('call');
313: open cr;
314: fetch cr into c;
315: if cr%notfound then
316: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 339: hr_data_pump.api_trc_on;

335: hr_pump_get.get_cbr_quald_bnf_id
336: (P_CBR_QUALD_BNF_USER_KEY => c.p39);
337: end if;
338: --
339: hr_data_pump.api_trc_on;
340: ben_cbr_per_in_ler_api.CREATE_CBR_PER_IN_LER
341: (p_validate => l_validate
342: ,P_CBR_PER_IN_LER_ID => L_CBR_PER_IN_LER_ID
343: ,P_INIT_EVT_FLAG => c.p2

Line 382: hr_data_pump.api_trc_off;

378: ,P_CRP_ATTRIBUTE29 => c.p34
379: ,P_CRP_ATTRIBUTE30 => c.p35
380: ,P_OBJECT_VERSION_NUMBER => c.p36
381: ,P_EFFECTIVE_DATE => c.p37);
382: hr_data_pump.api_trc_off;
383: --
384: iuk(p_batch_line_id,c.p1,L_CBR_PER_IN_LER_ID);
385: --
386: update hr_pump_batch_lines l set

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

389: where l.rowid = c.myrowid;
390: --
391: close cr;
392: --
393: hr_data_pump.exit('call');
394: exception
395: when hr_multi_message.error_message_exist then
396: if cr%isopen then
397: close cr;