DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_EMPLOYEE dependencies on HR_UTILITY

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

719: hr_data_pump.entry('call');
720: open cr;
721: fetch cr into c;
722: if cr%notfound then
723: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
724: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
725: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
726: hr_utility.set_message_token('VALUE',p_batch_line_id);
727: hr_utility.raise_error;

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

720: open cr;
721: fetch cr into c;
722: if cr%notfound then
723: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
724: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
725: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
726: hr_utility.set_message_token('VALUE',p_batch_line_id);
727: hr_utility.raise_error;
728: end if;

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

721: fetch cr into c;
722: if cr%notfound then
723: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
724: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
725: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
726: hr_utility.set_message_token('VALUE',p_batch_line_id);
727: hr_utility.raise_error;
728: end if;
729: --

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

722: if cr%notfound then
723: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
724: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
725: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
726: hr_utility.set_message_token('VALUE',p_batch_line_id);
727: hr_utility.raise_error;
728: end if;
729: --
730: if c.p120 is null or

Line 727: hr_utility.raise_error;

723: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
724: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
725: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
726: hr_utility.set_message_token('VALUE',p_batch_line_id);
727: hr_utility.raise_error;
728: end if;
729: --
730: if c.p120 is null or
731: c.p121 is null then