DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SG_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: ,2213
182: ,'U'
183: ,p_user_sequence

Line 309: from hr_pump_batch_lines l

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

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

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

Line 407: update hr_pump_batch_lines l set

403: hr_data_pump.api_trc_off;
404: --
405: iuk(p_batch_line_id,c.p35,L_PERSONAL_PAYMENT_METHOD_ID);
406: --
407: update hr_pump_batch_lines l set
408: l.pval035 = decode(c.p35,null,cn,c.p35),
409: l.pval036 = decode(c.p36,null,cn,c.p36),
410: l.pval037 = decode(c.p37,null,cn,c.p37),
411: l.pval038 = decode(c.p38,null,cn,dc(c.p38)),