DBA Data[Home] [Help]

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

500: L_EMP_CITY_TAX_RULE_ID number;
501: L_OBJECT_VERSION_NUMBER number;
502: --
503: begin
504: hr_data_pump.entry('call');
505: open cr;
506: fetch cr into c;
507: if cr%notfound then
508: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 533: hr_data_pump.api_trc_on;

529: (P_EMP_CITY_TAX_RULE_USER_KEY => c.p77
530: ,P_EFFECTIVE_DATE => c.p13);
531: end if;
532: --
533: hr_data_pump.api_trc_on;
534: PAY_CITY_TAX_RULE_API.UPDATE_CITY_TAX_RULE
535: (p_validate => l_validate
536: ,P_EMP_CITY_TAX_RULE_ID => L_EMP_CITY_TAX_RULE_ID
537: ,P_EFFECTIVE_START_DATE => c.p1

Line 614: hr_data_pump.api_trc_off;

610: ,P_CTY_INFORMATION27 => c.p73
611: ,P_CTY_INFORMATION28 => c.p74
612: ,P_CTY_INFORMATION29 => c.p75
613: ,P_CTY_INFORMATION30 => c.p76);
614: hr_data_pump.api_trc_off;
615:
616: --
617: update hr_pump_batch_lines l set
618: l.pval001 = decode(c.p1,null,cn,dc(c.p1)),

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

620: where l.rowid = c.myrowid;
621: --
622: close cr;
623: --
624: hr_data_pump.exit('call');
625: exception
626: when hr_multi_message.error_message_exist then
627: if cr%isopen then
628: close cr;