DBA Data[Home] [Help]

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

362: L_OBJECT_VERSION_NUMBER number;
363: L_OUTCOME_ID number;
364: --
365: begin
366: hr_data_pump.entry('call');
367: open cr;
368: fetch cr into c;
369: if cr%notfound then
370: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 387: hr_data_pump.api_trc_on;

383: hr_pump_get.GET_OUTCOME_ID
384: (P_DATA_PUMP_ALWAYS_CALL => null
385: ,P_OUTCOME_NAME => c.p49);
386: --
387: hr_data_pump.api_trc_on;
388: HR_COMP_ELEMENT_OUTCOME_API.UPDATE_ELEMENT_OUTCOME
389: (p_validate => l_validate
390: ,P_EFFECTIVE_DATE => c.p1
391: ,P_COMP_ELEMENT_OUTCOME_ID => c.p2

Line 439: hr_data_pump.api_trc_off;

435: ,P_INFORMATION17 => c.p44
436: ,P_INFORMATION18 => c.p45
437: ,P_INFORMATION19 => c.p46
438: ,P_INFORMATION20 => c.p47);
439: hr_data_pump.api_trc_off;
440:
441: --
442:
443: --

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

442:
443: --
444: close cr;
445: --
446: hr_data_pump.exit('call');
447: exception
448: when hr_multi_message.error_message_exist then
449: if cr%isopen then
450: close cr;