DBA Data[Home] [Help]

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

215: L_PROGRAM_APPLICATION_ID number;
216: L_PROGRAM_ID number;
217: --
218: begin
219: hr_data_pump.entry('call');
220: open cr;
221: fetch cr into c;
222: if cr%notfound then
223: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 282: hr_data_pump.api_trc_on;

278: --
279: L_PROGRAM_ID :=
280: hr_pump_get.get_program_id;
281: --
282: hr_data_pump.api_trc_on;
283: ben_ptnl_ler_for_per_api.CREATE_PTNL_LER_FOR_PER
284: (p_validate => l_validate
285: ,P_PTNL_LER_FOR_PER_ID => L_PTNL_LER_FOR_PER_ID
286: ,P_CSD_BY_PTNL_LER_FOR_PER_ID => L_CSD_BY_PTNL_LER_FOR_PER_ID

Line 308: hr_data_pump.api_trc_off;

304: ,P_PROGRAM_ID => L_PROGRAM_ID
305: ,P_PROGRAM_UPDATE_DATE => c.p12
306: ,P_OBJECT_VERSION_NUMBER => c.p13
307: ,P_EFFECTIVE_DATE => c.p14);
308: hr_data_pump.api_trc_off;
309: --
310: iuk(p_batch_line_id,c.p1,L_PTNL_LER_FOR_PER_ID);
311: --
312: update hr_pump_batch_lines l set

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

315: where l.rowid = c.myrowid;
316: --
317: close cr;
318: --
319: hr_data_pump.exit('call');
320: exception
321: when hr_multi_message.error_message_exist then
322: if cr%isopen then
323: close cr;