DBA Data[Home] [Help]

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

379: L_OBJECT_VERSION_NUMBER number;
380: L_COUNTRY varchar2(2000);
381: --
382: begin
383: hr_data_pump.entry('call');
384: open cr;
385: fetch cr into c;
386: if cr%notfound then
387: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 440: hr_data_pump.api_trc_on;

436: hr_pump_get.GET_COUNTRY
437: (P_COUNTRY => c.p50);
438: end if;
439: --
440: hr_data_pump.api_trc_on;
441: HR_PERSON_ADDRESS_API.UPDATE_PERSON_ADDRESS
442: (p_validate => l_validate
443: ,P_EFFECTIVE_DATE => c.p1
444: ,P_VALIDATE_COUNTY => L_VALIDATE_COUNTY

Line 494: hr_data_pump.api_trc_off;

490: ,P_ADD_INFORMATION18 => c.p45
491: ,P_ADD_INFORMATION19 => c.p46
492: ,P_ADD_INFORMATION20 => c.p47
493: ,P_PARTY_ID => c.p48);
494: hr_data_pump.api_trc_off;
495:
496: --
497:
498: --

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

497:
498: --
499: close cr;
500: --
501: hr_data_pump.exit('call');
502: exception
503: when hr_multi_message.error_message_exist then
504: if cr%isopen then
505: close cr;