DBA Data[Home] [Help]

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

505: L_EMP_COUNTY_TAX_RULE_ID number;
506: L_OBJECT_VERSION_NUMBER number;
507: --
508: begin
509: hr_data_pump.entry('call');
510: open cr;
511: fetch cr into c;
512: if cr%notfound then
513: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 538: hr_data_pump.api_trc_on;

534: (P_EMP_COUNTY_TAX_RULE_USER_KEY => c.p78
535: ,P_EFFECTIVE_DATE => c.p14);
536: end if;
537: --
538: hr_data_pump.api_trc_on;
539: PAY_COUNTY_TAX_RULE_API.UPDATE_COUNTY_TAX_RULE
540: (p_validate => l_validate
541: ,P_EMP_COUNTY_TAX_RULE_ID => L_EMP_COUNTY_TAX_RULE_ID
542: ,P_EFFECTIVE_START_DATE => c.p1

Line 620: hr_data_pump.api_trc_off;

616: ,P_CNT_INFORMATION27 => c.p74
617: ,P_CNT_INFORMATION28 => c.p75
618: ,P_CNT_INFORMATION29 => c.p76
619: ,P_CNT_INFORMATION30 => c.p77);
620: hr_data_pump.api_trc_off;
621:
622: --
623: update hr_pump_batch_lines l set
624: l.pval001 = decode(c.p1,null,cn,dc(c.p1)),

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

626: where l.rowid = c.myrowid;
627: --
628: close cr;
629: --
630: hr_data_pump.exit('call');
631: exception
632: when hr_multi_message.error_message_exist then
633: if cr%isopen then
634: close cr;