DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_APPLICANT dependencies on HR_UTILITY

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

637: hr_data_pump.entry('call');
638: open cr;
639: fetch cr into c;
640: if cr%notfound then
641: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
642: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
643: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
644: hr_utility.set_message_token('VALUE',p_batch_line_id);
645: hr_utility.raise_error;

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

638: open cr;
639: fetch cr into c;
640: if cr%notfound then
641: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
642: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
643: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
644: hr_utility.set_message_token('VALUE',p_batch_line_id);
645: hr_utility.raise_error;
646: end if;

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

639: fetch cr into c;
640: if cr%notfound then
641: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
642: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
643: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
644: hr_utility.set_message_token('VALUE',p_batch_line_id);
645: hr_utility.raise_error;
646: end if;
647: --

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

640: if cr%notfound then
641: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
642: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
643: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
644: hr_utility.set_message_token('VALUE',p_batch_line_id);
645: hr_utility.raise_error;
646: end if;
647: --
648: if c.p105 is null or

Line 645: hr_utility.raise_error;

641: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
642: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
643: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
644: hr_utility.set_message_token('VALUE',p_batch_line_id);
645: hr_utility.raise_error;
646: end if;
647: --
648: if c.p105 is null or
649: c.p106 is null then