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 435: hr_data_pump.api_trc_on;

431: hr_pump_get.GET_COUNTRY
432: (P_COUNTRY => c.p50);
433: end if;
434: --
435: hr_data_pump.api_trc_on;
436: HR_PERSON_ADDRESS_API.UPDATE_PERSON_ADDRESS
437: (p_validate => l_validate
438: ,P_EFFECTIVE_DATE => c.p1
439: ,P_VALIDATE_COUNTY => L_VALIDATE_COUNTY

Line 489: hr_data_pump.api_trc_off;

485: ,P_ADD_INFORMATION18 => c.p45
486: ,P_ADD_INFORMATION19 => c.p46
487: ,P_ADD_INFORMATION20 => c.p47
488: ,P_PARTY_ID => c.p48);
489: hr_data_pump.api_trc_off;
490:
491: --
492:
493: --

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

492:
493: --
494: close cr;
495: --
496: hr_data_pump.exit('call');
497: exception
498: when hr_multi_message.error_message_exist then
499: if cr%isopen then
500: close cr;