DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_LINES

Line 125: delete from hr_pump_batch_lines where batch_line_id = blid;

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

Line 129: insert into hr_pump_batch_lines

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

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

175: ,pval044
176: ,pval045)
177: values
178: (p_batch_id
179: ,nvl(blid,hr_pump_batch_lines_s.nextval)
180: ,p_data_pump_business_grp_name
181: ,3867
182: ,'U'
183: ,p_user_sequence

Line 311: from hr_pump_batch_lines l

307: decode(l.pval044,cn,vn,vn,vn,l.pval044) p44,
308: l.pval044 d44,
309: decode(l.pval045,cn,vn,vn,vn,l.pval045) p45,
310: l.pval045 d45
311: from hr_pump_batch_lines l
312: where l.batch_line_id = p_batch_line_id;
313: --
314: c cr%rowtype;
315: l_validate boolean := false;

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

324: open cr;
325: fetch cr into c;
326: if cr%notfound then
327: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
328: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
329: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
330: hr_utility.set_message_token('VALUE',p_batch_line_id);
331: hr_utility.raise_error;
332: end if;

Line 418: update hr_pump_batch_lines l set

414: hr_data_pump.api_trc_off;
415: --
416: iuk(p_batch_line_id,c.p34,L_PERSONAL_PAYMENT_METHOD_ID);
417: --
418: update hr_pump_batch_lines l set
419: l.pval034 = decode(c.p34,null,cn,c.p34),
420: l.pval035 = decode(c.p35,null,cn,c.p35),
421: l.pval036 = decode(c.p36,null,cn,c.p36),
422: l.pval037 = decode(c.p37,null,cn,dc(c.p37)),