DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SALARY_BASIS dependencies on HR_PUMP_BATCH_LINES

Line 142: delete from hr_pump_batch_lines where batch_line_id = blid;

138: ,P_RATE_NAME in varchar2 default null) is
139: blid number := p_data_pump_batch_line_id;
140: begin
141: if blid is not null then
142: delete from hr_pump_batch_lines where batch_line_id = blid;
143: delete from hr_pump_batch_exceptions
144: where source_type = 'BATCH_LINE' and source_id = blid;
145: end if;
146: insert into hr_pump_batch_lines

Line 146: insert into hr_pump_batch_lines

142: delete from hr_pump_batch_lines where batch_line_id = blid;
143: delete from hr_pump_batch_exceptions
144: where source_type = 'BATCH_LINE' and source_id = blid;
145: end if;
146: insert into hr_pump_batch_lines
147: (batch_id
148: ,batch_line_id
149: ,business_group_name
150: ,api_module_id

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

209: ,pval058
210: ,pval059)
211: values
212: (p_batch_id
213: ,nvl(blid,hr_pump_batch_lines_s.nextval)
214: ,p_data_pump_business_grp_name
215: ,2842
216: ,'U'
217: ,p_user_sequence

Line 392: from hr_pump_batch_lines l

388: decode(l.pval057,cn,dn,d(l.pval057)) p57,
389: decode(l.pval058,cn,vn,l.pval058) p58,
390: decode(l.pval059,cn,vn,vn,vn,l.pval059) p59,
391: l.pval059 d59
392: from hr_pump_batch_lines l
393: where l.batch_line_id = p_batch_line_id;
394: --
395: c cr%rowtype;
396: l_validate boolean := false;

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

402: open cr;
403: fetch cr into c;
404: if cr%notfound then
405: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
406: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
407: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
408: hr_utility.set_message_token('VALUE',p_batch_line_id);
409: hr_utility.raise_error;
410: end if;

Line 499: update hr_pump_batch_lines l set

495: ,P_OBJECT_VERSION_NUMBER => c.p54);
496: hr_data_pump.api_trc_off;
497:
498: --
499: update hr_pump_batch_lines l set
500: l.pval053 = decode(c.p53,null,cn,c.p53),
501: l.pval054 = decode(c.p54,null,cn,c.p54)
502: where l.rowid = c.myrowid;
503: --