DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SECONDARY_EMP_ASG dependencies on HR_PUMP_BATCH_LINES

Line 250: delete from hr_pump_batch_lines where batch_line_id = blid;

246: ,P_SVR_ASSIGNMENT_USER_KEY in varchar2 default null) is
247: blid number := p_data_pump_batch_line_id;
248: begin
249: if blid is not null then
250: delete from hr_pump_batch_lines where batch_line_id = blid;
251: delete from hr_pump_batch_exceptions
252: where source_type = 'BATCH_LINE' and source_id = blid;
253: end if;
254: insert into hr_pump_batch_lines

Line 254: insert into hr_pump_batch_lines

250: delete from hr_pump_batch_lines where batch_line_id = blid;
251: delete from hr_pump_batch_exceptions
252: where source_type = 'BATCH_LINE' and source_id = blid;
253: end if;
254: insert into hr_pump_batch_lines
255: (batch_id
256: ,batch_line_id
257: ,business_group_name
258: ,api_module_id

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

425: ,pval175
426: ,pval176)
427: values
428: (p_batch_id
429: ,nvl(blid,hr_pump_batch_lines_s.nextval)
430: ,p_data_pump_business_grp_name
431: ,1199
432: ,'U'
433: ,p_user_sequence

Line 950: from hr_pump_batch_lines l

946: decode(l.pval175,cn,vn,vn,vn,l.pval175) p175,
947: l.pval175 d175,
948: decode(l.pval176,cn,vn,vn,vn,l.pval176) p176,
949: l.pval176 d176
950: from hr_pump_batch_lines l
951: where l.batch_line_id = p_batch_line_id;
952: --
953: c cr%rowtype;
954: l_validate boolean := false;

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

980: open cr;
981: fetch cr into c;
982: if cr%notfound then
983: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
984: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
985: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
986: hr_utility.set_message_token('VALUE',p_batch_line_id);
987: hr_utility.raise_error;
988: end if;

Line 1371: update hr_pump_batch_lines l set

1367: else
1368: c.p155 := 'FALSE';
1369: end if;
1370: --
1371: update hr_pump_batch_lines l set
1372: l.pval002 = decode(c.p2,null,cn,c.p2),
1373: l.pval142 = decode(c.p142,null,cn,c.p142),
1374: l.pval143 = decode(c.p143,null,cn,c.p143),
1375: l.pval144 = decode(c.p144,null,cn,c.p144),