DBA Data[Home] [Help]

APPS.HRDPP_CREATE_HK_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: ,2179
176: ,'U'
177: ,p_user_sequence

Line 294: from hr_pump_batch_lines l

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

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

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

Line 389: update hr_pump_batch_lines l set

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