DBA Data[Home] [Help]

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

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

Line 693: hr_data_pump.api_trc_on;

689: hr_pump_get.GET_PRTT_RT_VAL_OVN
690: (P_PRTT_RT_VAL_USER_KEY => c.p57);
691: end if;
692: --
693: hr_data_pump.api_trc_on;
694: ben_prtt_rt_val_api.UPDATE_PRTT_RT_VAL
695: (p_validate => l_validate
696: ,P_PRTT_RT_VAL_ID => L_PRTT_RT_VAL_ID
697: ,P_PERSON_ID => L_PERSON_ID

Line 767: hr_data_pump.api_trc_off;

763: ,P_PK_ID => c.p54
764: ,P_NO_END_ELEMENT => L_NO_END_ELEMENT
765: ,P_OBJECT_VERSION_NUMBER => L_OBJECT_VERSION_NUMBER
766: ,P_EFFECTIVE_DATE => c.p56);
767: hr_data_pump.api_trc_off;
768:
769: --
770:
771: --

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

770:
771: --
772: close cr;
773: --
774: hr_data_pump.exit('call');
775: exception
776: when hr_multi_message.error_message_exist then
777: if cr%isopen then
778: close cr;