DBA Data[Home] [Help]

APPS.HRDPP_CREATE_EMPLOYEE dependencies on HR_PUMP_BATCH_LINES

Line 214: delete from hr_pump_batch_lines where batch_line_id = blid;

210: ,P_BENEFIT_GROUP in varchar2 default null) is
211: blid number := p_data_pump_batch_line_id;
212: begin
213: if blid is not null then
214: delete from hr_pump_batch_lines where batch_line_id = blid;
215: delete from hr_pump_batch_exceptions
216: where source_type = 'BATCH_LINE' and source_id = blid;
217: end if;
218: insert into hr_pump_batch_lines

Line 218: insert into hr_pump_batch_lines

214: delete from hr_pump_batch_lines where batch_line_id = blid;
215: delete from hr_pump_batch_exceptions
216: where source_type = 'BATCH_LINE' and source_id = blid;
217: end if;
218: insert into hr_pump_batch_lines
219: (batch_id
220: ,batch_line_id
221: ,business_group_name
222: ,api_module_id

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

353: ,pval139
354: ,pval140)
355: values
356: (p_batch_id
357: ,nvl(blid,hr_pump_batch_lines_s.nextval)
358: ,p_data_pump_business_grp_name
359: ,1195
360: ,'U'
361: ,p_user_sequence

Line 778: from hr_pump_batch_lines l

774: decode(l.pval139,cn,vn,vn,vn,l.pval139) p139,
775: l.pval139 d139,
776: decode(l.pval140,cn,vn,vn,vn,l.pval140) p140,
777: l.pval140 d140
778: from hr_pump_batch_lines l
779: where l.batch_line_id = p_batch_line_id;
780: --
781: c cr%rowtype;
782: l_validate boolean := false;

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

795: open cr;
796: fetch cr into c;
797: if cr%notfound then
798: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
799: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
800: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
801: hr_utility.set_message_token('VALUE',p_batch_line_id);
802: hr_utility.raise_error;
803: end if;

Line 1008: update hr_pump_batch_lines l set

1004: else
1005: c.p135 := 'FALSE';
1006: end if;
1007: --
1008: update hr_pump_batch_lines l set
1009: l.pval008 = decode(c.p8,null,cn,c.p8),
1010: l.pval123 = decode(c.p123,null,cn,c.p123),
1011: l.pval124 = decode(c.p124,null,cn,c.p124),
1012: l.pval125 = decode(c.p125,null,cn,c.p125),