DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_EMP_ASG_CRITERIA dependencies on HR_PUMP_BATCH_LINES

Line 146: delete from hr_pump_batch_lines where batch_line_id = blid;

142: else
143: L_CALLED_FROM_MASS_UPDATE := 'FALSE';
144: end if;
145: if blid is not null then
146: delete from hr_pump_batch_lines where batch_line_id = blid;
147: delete from hr_pump_batch_exceptions
148: where source_type = 'BATCH_LINE' and source_id = blid;
149: end if;
150: insert into hr_pump_batch_lines

Line 150: insert into hr_pump_batch_lines

146: delete from hr_pump_batch_lines where batch_line_id = blid;
147: delete from hr_pump_batch_exceptions
148: where source_type = 'BATCH_LINE' and source_id = blid;
149: end if;
150: insert into hr_pump_batch_lines
151: (batch_id
152: ,batch_line_id
153: ,business_group_name
154: ,api_module_id

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

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

Line 390: from hr_pump_batch_lines l

386: l.pval061 d61,
387: decode(l.pval062,cn,vn,vn,vn,l.pval062) p62,
388: l.pval062 d62,
389: decode(l.pval063,cn,vn,l.pval063) p63
390: from hr_pump_batch_lines l
391: where l.batch_line_id = p_batch_line_id;
392: --
393: c cr%rowtype;
394: l_validate boolean := false;

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

417: open cr;
418: fetch cr into c;
419: if cr%notfound then
420: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
421: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
422: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
423: hr_utility.set_message_token('VALUE',p_batch_line_id);
424: hr_utility.raise_error;
425: end if;

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

432: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
433: hr_utility.set_message_token('TYPE','BOOLEAN');
434: hr_utility.set_message_token('PARAMETER','P_CALLED_FROM_MASS_UPDATE');
435: hr_utility.set_message_token('VALUE',c.p3);
436: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
437: hr_utility.raise_error;
438: end if;
439: --
440: if c.p49 is null then

Line 698: update hr_pump_batch_lines l set

694: else
695: c.p46 := 'FALSE';
696: end if;
697: --
698: update hr_pump_batch_lines l set
699: l.pval037 = decode(c.p37,null,cn,c.p37),
700: l.pval038 = decode(c.p38,null,cn,c.p38),
701: l.pval039 = decode(c.p39,null,cn,c.p39),
702: l.pval040 = decode(c.p40,null,cn,dc(c.p40)),