DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_VEHICLE dependencies on HR_UTILITY

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

539: hr_data_pump.entry('call');
540: open cr;
541: fetch cr into c;
542: if cr%notfound then
543: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
544: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
545: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
546: hr_utility.set_message_token('VALUE',p_batch_line_id);
547: hr_utility.raise_error;

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

540: open cr;
541: fetch cr into c;
542: if cr%notfound then
543: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
544: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
545: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
546: hr_utility.set_message_token('VALUE',p_batch_line_id);
547: hr_utility.raise_error;
548: end if;

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

541: fetch cr into c;
542: if cr%notfound then
543: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
544: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
545: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
546: hr_utility.set_message_token('VALUE',p_batch_line_id);
547: hr_utility.raise_error;
548: end if;
549: --

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

542: if cr%notfound then
543: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
544: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
545: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
546: hr_utility.set_message_token('VALUE',p_batch_line_id);
547: hr_utility.raise_error;
548: end if;
549: --
550: if c.p82 is null then

Line 547: hr_utility.raise_error;

543: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
544: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
545: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
546: hr_utility.set_message_token('VALUE',p_batch_line_id);
547: hr_utility.raise_error;
548: end if;
549: --
550: if c.p82 is null then
551: L_VEHICLE_REPOSITORY_ID:=nn;