DBA Data[Home] [Help]

APPS.HRDPP_CREATE_EMPLOYEE dependencies on HR_UTILITY

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

794: hr_data_pump.entry('call');
795: open cr;
796: fetch cr into c;
797: if cr%notfound then
798: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
799: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
800: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
801: hr_utility.set_message_token('VALUE',p_batch_line_id);
802: hr_utility.raise_error;

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

795: open cr;
796: fetch cr into c;
797: if cr%notfound then
798: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
799: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
800: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
801: hr_utility.set_message_token('VALUE',p_batch_line_id);
802: hr_utility.raise_error;
803: end if;

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

796: fetch cr into c;
797: if cr%notfound then
798: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
799: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
800: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
801: hr_utility.set_message_token('VALUE',p_batch_line_id);
802: hr_utility.raise_error;
803: end if;
804: --

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

797: if cr%notfound then
798: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
799: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
800: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
801: hr_utility.set_message_token('VALUE',p_batch_line_id);
802: hr_utility.raise_error;
803: end if;
804: --
805: if c.p136 is null or

Line 802: hr_utility.raise_error;

798: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
799: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
800: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
801: hr_utility.set_message_token('VALUE',p_batch_line_id);
802: hr_utility.raise_error;
803: end if;
804: --
805: if c.p136 is null or
806: c.p137 is null then