DBA Data[Home] [Help]

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

332: L_PL_TYP_ID number;
333: L_CVRD_EMP_PERSON_ID number;
334: --
335: begin
336: hr_data_pump.entry('call');
337: open cr;
338: fetch cr into c;
339: if cr%notfound then
340: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 393: hr_data_pump.api_trc_on;

389: hr_pump_get.get_cvrd_emp_person_id
390: (P_CVRD_EMP_PERSON_USER_KEY => c.p43);
391: end if;
392: --
393: hr_data_pump.api_trc_on;
394: ben_cbr_quald_bnf_api.CREATE_CBR_QUALD_BNF
395: (p_validate => l_validate
396: ,P_CBR_QUALD_BNF_ID => L_CBR_QUALD_BNF_ID
397: ,P_QUALD_BNF_FLAG => c.p2

Line 440: hr_data_pump.api_trc_off;

436: ,P_CQB_ATTRIBUTE29 => c.p35
437: ,P_CQB_ATTRIBUTE30 => c.p36
438: ,P_OBJECT_VERSION_NUMBER => c.p37
439: ,P_EFFECTIVE_DATE => c.p38);
440: hr_data_pump.api_trc_off;
441: --
442: iuk(p_batch_line_id,c.p1,L_CBR_QUALD_BNF_ID);
443: --
444: update hr_pump_batch_lines l set

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

447: where l.rowid = c.myrowid;
448: --
449: close cr;
450: --
451: hr_data_pump.exit('call');
452: exception
453: when hr_multi_message.error_message_exist then
454: if cr%isopen then
455: close cr;