DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BAL_TYPE dependencies on HR_PUMP_BATCH_LINES

Line 123: delete from hr_pump_batch_lines where batch_line_id = blid;

119: ,P_INPUT_NAME 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: ,3583
178: ,'U'
179: ,p_user_sequence

Line 300: from hr_pump_batch_lines l

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

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

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

Line 403: update hr_pump_batch_lines l set

399: hr_data_pump.api_trc_off;
400: --
401: iuk(p_batch_line_id,c.p34,L_BALANCE_TYPE_ID);
402: --
403: update hr_pump_batch_lines l set
404: l.pval034 = decode(c.p34,null,cn,c.p34),
405: l.pval035 = decode(c.p35,null,cn,c.p35)
406: where l.rowid = c.myrowid;
407: --