DBA Data[Home] [Help]

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

1078: L_END_LIFE_REASON_ID number;
1079: L_PERSON_TYPE_ID number;
1080: --
1081: begin
1082: hr_data_pump.entry('call');
1083: open cr;
1084: fetch cr into c;
1085: if cr%notfound then
1086: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 1142: hr_data_pump.api_trc_on;

1138: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
1139: ,P_LANGUAGE_CODE => c.p196);
1140: end if;
1141: --
1142: hr_data_pump.api_trc_on;
1143: HR_CONTACT_REL_API.CREATE_CONTACT
1144: (p_validate => l_validate
1145: ,P_START_DATE => c.p1
1146: ,p_business_group_id => p_business_group_id

Line 1341: hr_data_pump.api_trc_off;

1337: ,P_FULL_NAME => c.p187
1338: ,P_PER_COMMENT_ID => c.p188
1339: ,P_NAME_COMBINATION_WARNING => L_NAME_COMBINATION_WARNING
1340: ,P_ORIG_HIRE_WARNING => L_ORIG_HIRE_WARNING);
1341: hr_data_pump.api_trc_off;
1342: --
1343: iuk(p_batch_line_id,c.p183,L_PER_PERSON_ID);
1344: --
1345: if L_NAME_COMBINATION_WARNING then

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

1368: where l.rowid = c.myrowid;
1369: --
1370: close cr;
1371: --
1372: hr_data_pump.exit('call');
1373: exception
1374: when hr_multi_message.error_message_exist then
1375: if cr%isopen then
1376: close cr;