DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LOCATION dependencies on HR_PUMP_BATCH_LINES

Line 167: delete from hr_pump_batch_lines where batch_line_id = blid;

163: ,P_SHIP_TO_LOCATION_CODE in varchar2 default null) is
164: blid number := p_data_pump_batch_line_id;
165: begin
166: if blid is not null then
167: delete from hr_pump_batch_lines where batch_line_id = blid;
168: delete from hr_pump_batch_exceptions
169: where source_type = 'BATCH_LINE' and source_id = blid;
170: end if;
171: insert into hr_pump_batch_lines

Line 171: insert into hr_pump_batch_lines

167: delete from hr_pump_batch_lines where batch_line_id = blid;
168: delete from hr_pump_batch_exceptions
169: where source_type = 'BATCH_LINE' and source_id = blid;
170: end if;
171: insert into hr_pump_batch_lines
172: (batch_id
173: ,batch_line_id
174: ,business_group_name
175: ,api_module_id

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

259: ,pval082
260: ,pval083)
261: values
262: (p_batch_id
263: ,nvl(blid,hr_pump_batch_lines_s.nextval)
264: ,p_data_pump_business_grp_name
265: ,1266
266: ,'U'
267: ,p_user_sequence

Line 520: from hr_pump_batch_lines l

516: decode(l.pval082,cn,vn,vn,vn,l.pval082) p82,
517: l.pval082 d82,
518: decode(l.pval083,cn,vn,vn,vn,l.pval083) p83,
519: l.pval083 d83
520: from hr_pump_batch_lines l
521: where l.batch_line_id = p_batch_line_id;
522: --
523: c cr%rowtype;
524: l_validate boolean := false;

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

531: open cr;
532: fetch cr into c;
533: if cr%notfound then
534: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
535: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
536: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
537: hr_utility.set_message_token('VALUE',p_batch_line_id);
538: hr_utility.raise_error;
539: end if;

Line 654: update hr_pump_batch_lines l set

650: hr_data_pump.api_trc_off;
651: --
652: iuk(p_batch_line_id,c.p80,L_LOCATION_ID);
653: --
654: update hr_pump_batch_lines l set
655: l.pval080 = decode(c.p80,null,cn,c.p80),
656: l.pval081 = decode(c.p81,null,cn,c.p81)
657: where l.rowid = c.myrowid;
658: --