DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PRTT_ENRT_RESULT dependencies on HR_PUMP_BATCH_LINES

Line 173: delete from hr_pump_batch_lines where batch_line_id = blid;

169: else
170: L_MULTI_ROW_VALIDATE := 'FALSE';
171: end if;
172: if blid is not null then
173: delete from hr_pump_batch_lines where batch_line_id = blid;
174: delete from hr_pump_batch_exceptions
175: where source_type = 'BATCH_LINE' and source_id = blid;
176: end if;
177: insert into hr_pump_batch_lines

Line 177: insert into hr_pump_batch_lines

173: delete from hr_pump_batch_lines where batch_line_id = blid;
174: delete from hr_pump_batch_exceptions
175: where source_type = 'BATCH_LINE' and source_id = blid;
176: end if;
177: insert into hr_pump_batch_lines
178: (batch_id
179: ,batch_line_id
180: ,business_group_name
181: ,api_module_id

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

251: ,pval069
252: ,pval070)
253: values
254: (p_batch_id
255: ,nvl(blid,hr_pump_batch_lines_s.nextval)
256: ,p_data_pump_business_grp_name
257: ,619
258: ,'U'
259: ,p_user_sequence

Line 481: from hr_pump_batch_lines l

477: decode(l.pval069,cn,vn,vn,vh,l.pval069) p69,
478: l.pval069 d69,
479: decode(l.pval070,cn,vn,vn,vn,l.pval070) p70,
480: l.pval070 d70
481: from hr_pump_batch_lines l
482: where l.batch_line_id = p_batch_line_id;
483: --
484: c cr%rowtype;
485: l_validate boolean := false;

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

506: open cr;
507: fetch cr into c;
508: if cr%notfound then
509: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
510: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
511: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
512: hr_utility.set_message_token('VALUE',p_batch_line_id);
513: hr_utility.raise_error;
514: end if;

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

521: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.raise_error;
527: end if;
528: --
529: if c.p59 is null then

Line 761: update hr_pump_batch_lines l set

757: ,P_MULTI_ROW_VALIDATE => L_MULTI_ROW_VALIDATE);
758: hr_data_pump.api_trc_off;
759:
760: --
761: update hr_pump_batch_lines l set
762: l.pval001 = decode(c.p1,null,cn,dc(c.p1)),
763: l.pval002 = decode(c.p2,null,cn,dc(c.p2))
764: where l.rowid = c.myrowid;
765: --