DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SIT dependencies on HR_UTILITY

Line 430: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

426: hr_data_pump.entry('call');
427: open cr;
428: fetch cr into c;
429: if cr%notfound then
430: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
431: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
432: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
433: hr_utility.set_message_token('VALUE',p_batch_line_id);
434: hr_utility.raise_error;

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

427: open cr;
428: fetch cr into c;
429: if cr%notfound then
430: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
431: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
432: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
433: hr_utility.set_message_token('VALUE',p_batch_line_id);
434: hr_utility.raise_error;
435: end if;

Line 432: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

428: fetch cr into c;
429: if cr%notfound then
430: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
431: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
432: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
433: hr_utility.set_message_token('VALUE',p_batch_line_id);
434: hr_utility.raise_error;
435: end if;
436: --

Line 433: hr_utility.set_message_token('VALUE',p_batch_line_id);

429: if cr%notfound then
430: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
431: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
432: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
433: hr_utility.set_message_token('VALUE',p_batch_line_id);
434: hr_utility.raise_error;
435: end if;
436: --
437: if c.p61 is null then

Line 434: hr_utility.raise_error;

430: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
431: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
432: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
433: hr_utility.set_message_token('VALUE',p_batch_line_id);
434: hr_utility.raise_error;
435: end if;
436: --
437: if c.p61 is null then
438: L_PERSON_ID:=nn;