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

472: ,P_EFFECTIVE_DATE => c.p1
473: ,P_END_LIFE_REASON => c.p60);
474: end if;
475: --
476: hr_data_pump.api_trc_on;
477: HR_CONTACT_REL_API.UPDATE_CONTACT_RELATIONSHIP
478: (p_validate => l_validate
479: ,P_EFFECTIVE_DATE => c.p1
480: ,P_CONTACT_RELATIONSHIP_ID => L_CONTACT_RELATIONSHIP_ID

Line 538: hr_data_pump.api_trc_off;

534: ,P_CONT_INFORMATION18 => c.p53
535: ,P_CONT_INFORMATION19 => c.p54
536: ,P_CONT_INFORMATION20 => c.p55
537: ,P_OBJECT_VERSION_NUMBER => c.p56);
538: hr_data_pump.api_trc_off;
539:
540: --
541: update hr_pump_batch_lines l set
542: l.pval056 = decode(c.p56,null,cn,c.p56)

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

543: where l.rowid = c.myrowid;
544: --
545: close cr;
546: --
547: hr_data_pump.exit('call');
548: exception
549: when hr_multi_message.error_message_exist then
550: if cr%isopen then
551: close cr;