DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SUPER_CONTRIBUTIO dependencies on HR_PUMP_BATCH_LINES

Line 125: delete from hr_pump_batch_lines where batch_line_id = blid;

121: ,P_TARGET_ENTRY_USER_KEY 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: ,pval043
176: ,pval044)
177: values
178: (p_batch_id
179: ,nvl(blid,hr_pump_batch_lines_s.nextval)
180: ,p_data_pump_business_grp_name
181: ,2170
182: ,'U'
183: ,p_user_sequence

Line 310: from hr_pump_batch_lines l

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

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

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

Line 442: update hr_pump_batch_lines l set

438: else
439: c.p38 := 'FALSE';
440: end if;
441: --
442: update hr_pump_batch_lines l set
443: l.pval034 = decode(c.p34,null,cn,dc(c.p34)),
444: l.pval035 = decode(c.p35,null,cn,dc(c.p35)),
445: l.pval036 = decode(c.p36,null,cn,c.p36),
446: l.pval037 = decode(c.p37,null,cn,c.p37),