DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_LINES

Line 122: delete from hr_pump_batch_lines where batch_line_id = blid;

118: ,P_LANGUAGE_CODE in varchar2 default null) is
119: blid number := p_data_pump_batch_line_id;
120: begin
121: if blid is not null then
122: delete from hr_pump_batch_lines where batch_line_id = blid;
123: delete from hr_pump_batch_exceptions
124: where source_type = 'BATCH_LINE' and source_id = blid;
125: end if;
126: insert into hr_pump_batch_lines

Line 126: insert into hr_pump_batch_lines

122: delete from hr_pump_batch_lines where batch_line_id = blid;
123: delete from hr_pump_batch_exceptions
124: where source_type = 'BATCH_LINE' and source_id = blid;
125: end if;
126: insert into hr_pump_batch_lines
127: (batch_id
128: ,batch_line_id
129: ,business_group_name
130: ,api_module_id

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

169: ,pval041
170: ,pval042)
171: values
172: (p_batch_id
173: ,nvl(blid,hr_pump_batch_lines_s.nextval)
174: ,p_data_pump_business_grp_name
175: ,2908
176: ,'U'
177: ,p_user_sequence

Line 296: from hr_pump_batch_lines l

292: decode(l.pval041,cn,vn,vn,vn,l.pval041) p41,
293: l.pval041 d41,
294: decode(l.pval042,cn,vn,vn,vn,l.pval042) p42,
295: l.pval042 d42
296: from hr_pump_batch_lines l
297: where l.batch_line_id = p_batch_line_id;
298: --
299: c cr%rowtype;
300: l_validate boolean := false;

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

308: open cr;
309: fetch cr into c;
310: if cr%notfound then
311: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
312: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
313: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
314: hr_utility.set_message_token('VALUE',p_batch_line_id);
315: hr_utility.raise_error;
316: end if;

Line 391: update hr_pump_batch_lines l set

387: hr_data_pump.api_trc_off;
388: --
389: iuk(p_batch_line_id,c.p32,L_PERSONAL_PAYMENT_METHOD_ID);
390: --
391: update hr_pump_batch_lines l set
392: l.pval032 = decode(c.p32,null,cn,c.p32),
393: l.pval033 = decode(c.p33,null,cn,c.p33),
394: l.pval034 = decode(c.p34,null,cn,c.p34),
395: l.pval035 = decode(c.p35,null,cn,dc(c.p35)),