DBA Data[Home] [Help]

APPS.HRDPP_CREATE_VEHICLE dependencies on HR_UTILITY

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

514: hr_data_pump.entry('call');
515: open cr;
516: fetch cr into c;
517: if cr%notfound then
518: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
519: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
520: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
521: hr_utility.set_message_token('VALUE',p_batch_line_id);
522: hr_utility.raise_error;

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

515: open cr;
516: fetch cr into c;
517: if cr%notfound then
518: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
519: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
520: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
521: hr_utility.set_message_token('VALUE',p_batch_line_id);
522: hr_utility.raise_error;
523: end if;

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

516: fetch cr into c;
517: if cr%notfound then
518: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
519: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
520: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
521: hr_utility.set_message_token('VALUE',p_batch_line_id);
522: hr_utility.raise_error;
523: end if;
524: --

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

517: if cr%notfound then
518: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
519: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
520: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
521: hr_utility.set_message_token('VALUE',p_batch_line_id);
522: hr_utility.raise_error;
523: end if;
524: --
525: hr_data_pump.api_trc_on;

Line 522: hr_utility.raise_error;

518: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
519: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
520: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
521: hr_utility.set_message_token('VALUE',p_batch_line_id);
522: hr_utility.raise_error;
523: end if;
524: --
525: hr_data_pump.api_trc_on;
526: PQP_VEHICLE_REPOSITORY_API.CREATE_VEHICLE