DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_LINES

Line 123: delete from hr_pump_batch_lines where batch_line_id = blid;

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

Line 127: insert into hr_pump_batch_lines

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

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

171: ,pval042
172: ,pval043)
173: values
174: (p_batch_id
175: ,nvl(blid,hr_pump_batch_lines_s.nextval)
176: ,p_data_pump_business_grp_name
177: ,3852
178: ,'U'
179: ,p_user_sequence

Line 307: from hr_pump_batch_lines l

303: decode(l.pval042,cn,vn,vn,vn,l.pval042) p42,
304: l.pval042 d42,
305: decode(l.pval043,cn,vn,vn,vn,l.pval043) p43,
306: l.pval043 d43
307: from hr_pump_batch_lines l
308: where l.batch_line_id = p_batch_line_id;
309: --
310: c cr%rowtype;
311: l_validate boolean := false;

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

319: open cr;
320: fetch cr into c;
321: if cr%notfound then
322: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
323: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
324: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
325: hr_utility.set_message_token('VALUE',p_batch_line_id);
326: hr_utility.raise_error;
327: end if;

Line 403: update hr_pump_batch_lines l set

399: hr_data_pump.api_trc_off;
400: --
401: iuk(p_batch_line_id,c.p33,L_PERSONAL_PAYMENT_METHOD_ID);
402: --
403: update hr_pump_batch_lines l set
404: l.pval033 = decode(c.p33,null,cn,c.p33),
405: l.pval034 = decode(c.p34,null,cn,c.p34),
406: l.pval035 = decode(c.p35,null,cn,c.p35),
407: l.pval036 = decode(c.p36,null,cn,dc(c.p36)),