DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CBR_PER_IN_LER dependencies on HR_PUMP_BATCH_LINES

Line 123: delete from hr_pump_batch_lines where batch_line_id = blid;

119: ,P_CBR_QUALD_BNF_USER_KEY in varchar2 default null) is
120: blid number := p_data_pump_batch_line_id;
121: begin
122: if blid is not null then
123: delete from hr_pump_batch_lines where batch_line_id = blid;
124: delete from hr_pump_batch_exceptions
125: where source_type = 'BATCH_LINE' and source_id = blid;
126: end if;
127: insert into hr_pump_batch_lines

Line 127: insert into hr_pump_batch_lines

123: delete from hr_pump_batch_lines where batch_line_id = blid;
124: delete from hr_pump_batch_exceptions
125: where source_type = 'BATCH_LINE' and source_id = blid;
126: end if;
127: insert into hr_pump_batch_lines
128: (batch_id
129: ,batch_line_id
130: ,business_group_name
131: ,api_module_id

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

171: ,pval038
172: ,pval039)
173: values
174: (p_batch_id
175: ,nvl(blid,hr_pump_batch_lines_s.nextval)
176: ,p_data_pump_business_grp_name
177: ,29
178: ,'U'
179: ,p_user_sequence

Line 302: from hr_pump_batch_lines l

298: decode(l.pval038,cn,vn,vn,vn,l.pval038) p38,
299: l.pval038 d38,
300: decode(l.pval039,cn,vn,vn,vn,l.pval039) p39,
301: l.pval039 d39
302: from hr_pump_batch_lines l
303: where l.batch_line_id = p_batch_line_id;
304: --
305: c cr%rowtype;
306: l_validate boolean := false;

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

313: open cr;
314: fetch cr into c;
315: if cr%notfound then
316: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
317: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
318: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
319: hr_utility.set_message_token('VALUE',p_batch_line_id);
320: hr_utility.raise_error;
321: end if;

Line 386: update hr_pump_batch_lines l set

382: hr_data_pump.api_trc_off;
383: --
384: iuk(p_batch_line_id,c.p1,L_CBR_PER_IN_LER_ID);
385: --
386: update hr_pump_batch_lines l set
387: l.pval001 = decode(c.p1,null,cn,c.p1),
388: l.pval036 = decode(c.p36,null,cn,c.p36)
389: where l.rowid = c.myrowid;
390: --