DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BUSINESS_GROUP dependencies on HR_PUMP_BATCH_LINES

Line 109: delete from hr_pump_batch_lines where batch_line_id = blid;

105: ,P_COMPETENCE_FLEX_STRU_CODE in varchar2) is
106: blid number := p_data_pump_batch_line_id;
107: begin
108: if blid is not null then
109: delete from hr_pump_batch_lines where batch_line_id = blid;
110: delete from hr_pump_batch_exceptions
111: where source_type = 'BATCH_LINE' and source_id = blid;
112: end if;
113: insert into hr_pump_batch_lines

Line 113: insert into hr_pump_batch_lines

109: delete from hr_pump_batch_lines where batch_line_id = blid;
110: delete from hr_pump_batch_exceptions
111: where source_type = 'BATCH_LINE' and source_id = blid;
112: end if;
113: insert into hr_pump_batch_lines
114: (batch_id
115: ,batch_line_id
116: ,business_group_name
117: ,api_module_id

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

143: ,pval024
144: ,pval025)
145: values
146: (p_batch_id
147: ,nvl(blid,hr_pump_batch_lines_s.nextval)
148: ,p_data_pump_business_grp_name
149: ,3171
150: ,'U'
151: ,p_user_sequence

Line 213: from hr_pump_batch_lines l

209: decode(l.pval022,cn,vn,l.pval022) p22,
210: decode(l.pval023,cn,vn,l.pval023) p23,
211: decode(l.pval024,cn,vn,l.pval024) p24,
212: decode(l.pval025,cn,vn,l.pval025) p25
213: from hr_pump_batch_lines l
214: where l.batch_line_id = p_batch_line_id;
215: --
216: c cr%rowtype;
217: l_validate boolean := false;

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

230: open cr;
231: fetch cr into c;
232: if cr%notfound then
233: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
234: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
235: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
236: hr_utility.set_message_token('VALUE',p_batch_line_id);
237: hr_utility.raise_error;
238: end if;

Line 318: update hr_pump_batch_lines l set

314: hr_data_pump.api_trc_off;
315: --
316: iuk(p_batch_line_id,c.p16,L_ORGANIZATION_ID);
317: --
318: update hr_pump_batch_lines l set
319: l.pval016 = decode(c.p16,null,cn,c.p16),
320: l.pval017 = decode(c.p17,null,cn,c.p17)
321: where l.rowid = c.myrowid;
322: --