DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON dependencies on HR_UTILITY

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

619: hr_data_pump.entry('call');
620: open cr;
621: fetch cr into c;
622: if cr%notfound then
623: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
624: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
625: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
626: hr_utility.set_message_token('VALUE',p_batch_line_id);
627: hr_utility.raise_error;

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

620: open cr;
621: fetch cr into c;
622: if cr%notfound then
623: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
624: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
625: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
626: hr_utility.set_message_token('VALUE',p_batch_line_id);
627: hr_utility.raise_error;
628: end if;

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

621: fetch cr into c;
622: if cr%notfound then
623: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
624: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
625: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
626: hr_utility.set_message_token('VALUE',p_batch_line_id);
627: hr_utility.raise_error;
628: end if;
629: --

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

622: if cr%notfound then
623: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
624: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
625: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
626: hr_utility.set_message_token('VALUE',p_batch_line_id);
627: hr_utility.raise_error;
628: end if;
629: --
630: if c.p101 is null or

Line 627: hr_utility.raise_error;

623: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
624: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
625: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
626: hr_utility.set_message_token('VALUE',p_batch_line_id);
627: hr_utility.raise_error;
628: end if;
629: --
630: if c.p101 is null or
631: c.p102 is null then