DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSON_ADDRESS dependencies on HR_PUMP_BATCH_LINES

Line 131: delete from hr_pump_batch_lines where batch_line_id = blid;

127: else
128: L_PRADD_OVLAPVAL_OVERRIDE := 'FALSE';
129: end if;
130: if blid is not null then
131: delete from hr_pump_batch_lines where batch_line_id = blid;
132: delete from hr_pump_batch_exceptions
133: where source_type = 'BATCH_LINE' and source_id = blid;
134: end if;
135: insert into hr_pump_batch_lines

Line 135: insert into hr_pump_batch_lines

131: delete from hr_pump_batch_lines where batch_line_id = blid;
132: delete from hr_pump_batch_exceptions
133: where source_type = 'BATCH_LINE' and source_id = blid;
134: end if;
135: insert into hr_pump_batch_lines
136: (batch_id
137: ,batch_line_id
138: ,business_group_name
139: ,api_module_id

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

179: ,pval038
180: ,pval039)
181: values
182: (p_batch_id
183: ,nvl(blid,hr_pump_batch_lines_s.nextval)
184: ,p_data_pump_business_grp_name
185: ,3217
186: ,'U'
187: ,p_user_sequence

Line 307: from hr_pump_batch_lines l

303: decode(l.pval038,cn,vn,vn,vn,l.pval038) p38,
304: l.pval038 d38,
305: decode(l.pval039,cn,vn,vn,vn,l.pval039) p39,
306: l.pval039 d39
307: from hr_pump_batch_lines l
308: where l.batch_line_id = p_batch_line_id;
309: --
310: c cr%rowtype;
311: l_validate boolean := false;

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

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

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

335: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
336: hr_utility.set_message_token('TYPE','BOOLEAN');
337: hr_utility.set_message_token('PARAMETER','P_PRADD_OVLAPVAL_OVERRIDE');
338: hr_utility.set_message_token('VALUE',c.p2);
339: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
340: hr_utility.raise_error;
341: end if;
342: --
343: L_COMMENTS := c.plongval;

Line 410: update hr_pump_batch_lines l set

406: hr_data_pump.api_trc_off;
407: --
408: iuk(p_batch_line_id,c.p36,L_ADDRESS_ID);
409: --
410: update hr_pump_batch_lines l set
411: l.pval036 = decode(c.p36,null,cn,c.p36),
412: l.pval037 = decode(c.p37,null,cn,c.p37)
413: where l.rowid = c.myrowid;
414: --