DBA Data[Home] [Help]

APPS.HRDPP_CREATE_APPLICANT dependencies on HR_PUMP_BATCH_LINES

Line 202: delete from hr_pump_batch_lines where batch_line_id = blid;

198: ,P_VACANCY_USER_KEY in varchar2 default null) is
199: blid number := p_data_pump_batch_line_id;
200: begin
201: if blid is not null then
202: delete from hr_pump_batch_lines where batch_line_id = blid;
203: delete from hr_pump_batch_exceptions
204: where source_type = 'BATCH_LINE' and source_id = blid;
205: end if;
206: insert into hr_pump_batch_lines

Line 206: insert into hr_pump_batch_lines

202: delete from hr_pump_batch_lines where batch_line_id = blid;
203: delete from hr_pump_batch_exceptions
204: where source_type = 'BATCH_LINE' and source_id = blid;
205: end if;
206: insert into hr_pump_batch_lines
207: (batch_id
208: ,batch_line_id
209: ,business_group_name
210: ,api_module_id

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

329: ,pval126
330: ,pval127)
331: values
332: (p_batch_id
333: ,nvl(blid,hr_pump_batch_lines_s.nextval)
334: ,p_data_pump_business_grp_name
335: ,1339
336: ,'U'
337: ,p_user_sequence

Line 710: from hr_pump_batch_lines l

706: decode(l.pval126,cn,vn,vn,vn,l.pval126) p126,
707: l.pval126 d126,
708: decode(l.pval127,cn,vn,vn,vn,l.pval127) p127,
709: l.pval127 d127
710: from hr_pump_batch_lines l
711: where l.batch_line_id = p_batch_line_id;
712: --
713: c cr%rowtype;
714: l_validate boolean := false;

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

727: open cr;
728: fetch cr into c;
729: if cr%notfound then
730: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
731: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
732: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
733: hr_utility.set_message_token('VALUE',p_batch_line_id);
734: hr_utility.raise_error;
735: end if;

Line 923: update hr_pump_batch_lines l set

919: else
920: c.p122 := 'FALSE';
921: end if;
922: --
923: update hr_pump_batch_lines l set
924: l.pval003 = decode(c.p3,null,cn,c.p3),
925: l.pval110 = decode(c.p110,null,cn,c.p110),
926: l.pval111 = decode(c.p111,null,cn,c.p111),
927: l.pval112 = decode(c.p112,null,cn,c.p112),