DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_CWK dependencies on HR_UTILITY

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

644: hr_data_pump.entry('call');
645: open cr;
646: fetch cr into c;
647: if cr%notfound then
648: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
649: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
650: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
651: hr_utility.set_message_token('VALUE',p_batch_line_id);
652: hr_utility.raise_error;

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

645: open cr;
646: fetch cr into c;
647: if cr%notfound then
648: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
649: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
650: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
651: hr_utility.set_message_token('VALUE',p_batch_line_id);
652: hr_utility.raise_error;
653: end if;

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

646: fetch cr into c;
647: if cr%notfound then
648: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
649: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
650: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
651: hr_utility.set_message_token('VALUE',p_batch_line_id);
652: hr_utility.raise_error;
653: end if;
654: --

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

647: if cr%notfound then
648: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
649: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
650: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
651: hr_utility.set_message_token('VALUE',p_batch_line_id);
652: hr_utility.raise_error;
653: end if;
654: --
655: if c.p105 is null or

Line 652: hr_utility.raise_error;

648: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
649: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
650: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
651: hr_utility.set_message_token('VALUE',p_batch_line_id);
652: hr_utility.raise_error;
653: end if;
654: --
655: if c.p105 is null or
656: c.p106 is null then