DBA Data[Home] [Help]

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

479: L_ACTY_BASE_RT_ID number;
480: L_PRTT_REIMBMT_RQST_ID number;
481: --
482: begin
483: hr_data_pump.entry('call');
484: open cr;
485: fetch cr into c;
486: if cr%notfound then
487: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 610: hr_data_pump.api_trc_on;

606: hr_pump_get.get_prtt_reimbmt_rqst_id
607: (P_PRTT_REIMBMT_RQST_USER_KEY => c.p70);
608: end if;
609: --
610: hr_data_pump.api_trc_on;
611: ben_prtt_rt_val_api.CREATE_PRTT_RT_VAL
612: (p_validate => l_validate
613: ,P_PRTT_RT_VAL_ID => L_PRTT_RT_VAL_ID
614: ,P_ENRT_RT_ID => L_ENRT_RT_ID

Line 683: hr_data_pump.api_trc_off;

679: ,P_PK_ID_TABLE_NAME => c.p54
680: ,P_PK_ID => c.p55
681: ,P_OBJECT_VERSION_NUMBER => c.p56
682: ,P_EFFECTIVE_DATE => c.p57);
683: hr_data_pump.api_trc_off;
684: --
685: iuk(p_batch_line_id,c.p1,L_PRTT_RT_VAL_ID);
686: --
687: update hr_pump_batch_lines l set

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

690: where l.rowid = c.myrowid;
691: --
692: close cr;
693: --
694: hr_data_pump.exit('call');
695: exception
696: when hr_multi_message.error_message_exist then
697: if cr%isopen then
698: close cr;