DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_LINES

Line 126: delete from hr_pump_batch_lines where batch_line_id = blid;

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

Line 130: insert into hr_pump_batch_lines

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

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

177: ,pval045
178: ,pval046)
179: values
180: (p_batch_id
181: ,nvl(blid,hr_pump_batch_lines_s.nextval)
182: ,p_data_pump_business_grp_name
183: ,1386
184: ,'U'
185: ,p_user_sequence

Line 316: from hr_pump_batch_lines l

312: decode(l.pval045,cn,vn,vn,vn,l.pval045) p45,
313: l.pval045 d45,
314: decode(l.pval046,cn,vn,vn,vn,l.pval046) p46,
315: l.pval046 d46
316: from hr_pump_batch_lines l
317: where l.batch_line_id = p_batch_line_id;
318: --
319: c cr%rowtype;
320: l_validate boolean := false;

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

329: open cr;
330: fetch cr into c;
331: if cr%notfound then
332: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
333: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
334: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
335: hr_utility.set_message_token('VALUE',p_batch_line_id);
336: hr_utility.raise_error;
337: end if;

Line 424: update hr_pump_batch_lines l set

420: hr_data_pump.api_trc_off;
421: --
422: iuk(p_batch_line_id,c.p35,L_PERSONAL_PAYMENT_METHOD_ID);
423: --
424: update hr_pump_batch_lines l set
425: l.pval035 = decode(c.p35,null,cn,c.p35),
426: l.pval036 = decode(c.p36,null,cn,c.p36),
427: l.pval037 = decode(c.p37,null,cn,c.p37),
428: l.pval038 = decode(c.p38,null,cn,dc(c.p38)),