DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON_LIFE_EVENT dependencies on HR_PUMP_BATCH_LINES

Line 135: delete from hr_pump_batch_lines where batch_line_id = blid;

131: ,P_MGR_OVRID_PERSON_USER_KEY in varchar2 default null) is
132: blid number := p_data_pump_batch_line_id;
133: begin
134: if blid is not null then
135: delete from hr_pump_batch_lines where batch_line_id = blid;
136: delete from hr_pump_batch_exceptions
137: where source_type = 'BATCH_LINE' and source_id = blid;
138: end if;
139: insert into hr_pump_batch_lines

Line 139: insert into hr_pump_batch_lines

135: delete from hr_pump_batch_lines where batch_line_id = blid;
136: delete from hr_pump_batch_exceptions
137: where source_type = 'BATCH_LINE' and source_id = blid;
138: end if;
139: insert into hr_pump_batch_lines
140: (batch_id
141: ,batch_line_id
142: ,business_group_name
143: ,api_module_id

Line 199: ,nvl(blid,hr_pump_batch_lines_s.nextval)

195: ,pval053
196: ,pval054)
197: values
198: (p_batch_id
199: ,nvl(blid,hr_pump_batch_lines_s.nextval)
200: ,p_data_pump_business_grp_name
201: ,651
202: ,'U'
203: ,p_user_sequence

Line 366: from hr_pump_batch_lines l

362: decode(l.pval053,cn,vn,vn,vn,l.pval053) p53,
363: l.pval053 d53,
364: decode(l.pval054,cn,vn,vn,vn,l.pval054) p54,
365: l.pval054 d54
366: from hr_pump_batch_lines l
367: where l.batch_line_id = p_batch_line_id;
368: --
369: c cr%rowtype;
370: l_validate boolean := false;

Line 391: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

387: open cr;
388: fetch cr into c;
389: if cr%notfound then
390: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
391: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
392: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
393: hr_utility.set_message_token('VALUE',p_batch_line_id);
394: hr_utility.raise_error;
395: end if;

Line 546: update hr_pump_batch_lines l set

542: hr_data_pump.api_trc_off;
543: --
544: iuk(p_batch_line_id,c.p1,L_PER_IN_LER_ID);
545: --
546: update hr_pump_batch_lines l set
547: l.pval001 = decode(c.p1,null,cn,c.p1),
548: l.pval005 = decode(c.p5,null,cn,dc(c.p5)),
549: l.pval006 = decode(c.p6,null,cn,dc(c.p6)),
550: l.pval007 = decode(c.p7,null,cn,dc(c.p7)),