DBA Data[Home] [Help]

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

425: L_START_LIFE_REASON_ID number;
426: L_END_LIFE_REASON_ID number;
427: --
428: begin
429: hr_data_pump.entry('call');
430: open cr;
431: fetch cr into c;
432: if cr%notfound then
433: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 481: hr_data_pump.api_trc_on;

477: ,P_EFFECTIVE_DATE => c.p1
478: ,P_END_LIFE_REASON => c.p60);
479: end if;
480: --
481: hr_data_pump.api_trc_on;
482: HR_CONTACT_REL_API.UPDATE_CONTACT_RELATIONSHIP
483: (p_validate => l_validate
484: ,P_EFFECTIVE_DATE => c.p1
485: ,P_CONTACT_RELATIONSHIP_ID => L_CONTACT_RELATIONSHIP_ID

Line 543: hr_data_pump.api_trc_off;

539: ,P_CONT_INFORMATION18 => c.p53
540: ,P_CONT_INFORMATION19 => c.p54
541: ,P_CONT_INFORMATION20 => c.p55
542: ,P_OBJECT_VERSION_NUMBER => c.p56);
543: hr_data_pump.api_trc_off;
544:
545: --
546: update hr_pump_batch_lines l set
547: l.pval056 = decode(c.p56,null,cn,c.p56)

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

548: where l.rowid = c.myrowid;
549: --
550: close cr;
551: --
552: hr_data_pump.exit('call');
553: exception
554: when hr_multi_message.error_message_exist then
555: if cr%isopen then
556: close cr;