DBA Data[Home] [Help]

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

485: L_PROGRAM_ID number;
486: L_PER_IN_LER_ID number;
487: --
488: begin
489: hr_data_pump.entry('call');
490: open cr;
491: fetch cr into c;
492: if cr%notfound then
493: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

Line 624: hr_data_pump.api_trc_on;

620: hr_pump_get.get_per_in_ler_id
621: (P_PER_IN_LER_USER_KEY => c.p70);
622: end if;
623: --
624: hr_data_pump.api_trc_on;
625: ben_prtt_enrt_result_api.CREATE_PRTT_ENRT_RESULT
626: (p_validate => l_validate
627: ,P_PRTT_ENRT_RSLT_ID => L_PRTT_ENRT_RSLT_ID
628: ,P_EFFECTIVE_START_DATE => c.p2

Line 701: hr_data_pump.api_trc_off;

697: ,P_BNFT_NNMNTRY_UOM => c.p56
698: ,P_COMP_LVL_CD => c.p57
699: ,P_EFFECTIVE_DATE => c.p58
700: ,P_MULTI_ROW_VALIDATE => L_MULTI_ROW_VALIDATE);
701: hr_data_pump.api_trc_off;
702: --
703: iuk(p_batch_line_id,c.p1,L_PRTT_ENRT_RSLT_ID);
704: --
705: update hr_pump_batch_lines l set

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

710: where l.rowid = c.myrowid;
711: --
712: close cr;
713: --
714: hr_data_pump.exit('call');
715: exception
716: when hr_multi_message.error_message_exist then
717: if cr%isopen then
718: close cr;