DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COMPETENCE_ELEMEN dependencies on HR_PUMP_BATCH_LINES

Line 156: delete from hr_pump_batch_lines where batch_line_id = blid;

152: ,P_QUALIFICATION_TYPE_NAME in varchar2 default null) is
153: blid number := p_data_pump_batch_line_id;
154: begin
155: if blid is not null then
156: delete from hr_pump_batch_lines where batch_line_id = blid;
157: delete from hr_pump_batch_exceptions
158: where source_type = 'BATCH_LINE' and source_id = blid;
159: end if;
160: insert into hr_pump_batch_lines

Line 160: insert into hr_pump_batch_lines

156: delete from hr_pump_batch_lines where batch_line_id = blid;
157: delete from hr_pump_batch_exceptions
158: where source_type = 'BATCH_LINE' and source_id = blid;
159: end if;
160: insert into hr_pump_batch_lines
161: (batch_id
162: ,batch_line_id
163: ,business_group_name
164: ,api_module_id

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

237: ,pval072
238: ,pval073)
239: values
240: (p_batch_id
241: ,nvl(blid,hr_pump_batch_lines_s.nextval)
242: ,p_data_pump_business_grp_name
243: ,1172
244: ,'U'
245: ,p_user_sequence

Line 467: from hr_pump_batch_lines l

463: decode(l.pval072,cn,vn,vn,vn,l.pval072) p72,
464: l.pval072 d72,
465: decode(l.pval073,cn,vn,vn,vn,l.pval073) p73,
466: l.pval073 d73
467: from hr_pump_batch_lines l
468: where l.batch_line_id = p_batch_line_id;
469: --
470: c cr%rowtype;
471: l_validate boolean := false;

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

492: open cr;
493: fetch cr into c;
494: if cr%notfound then
495: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
496: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
497: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
498: hr_utility.set_message_token('VALUE',p_batch_line_id);
499: hr_utility.raise_error;
500: end if;

Line 671: update hr_pump_batch_lines l set

667: ,P_APPR_LINE_SCORE => c.p66);
668: hr_data_pump.api_trc_off;
669:
670: --
671: update hr_pump_batch_lines l set
672: l.pval001 = decode(c.p1,null,cn,c.p1),
673: l.pval002 = decode(c.p2,null,cn,c.p2)
674: where l.rowid = c.myrowid;
675: --