DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SALARY_BASIS dependencies on HR_UTILITY

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

401: hr_data_pump.entry('call');
402: open cr;
403: fetch cr into c;
404: if cr%notfound then
405: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
406: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
407: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
408: hr_utility.set_message_token('VALUE',p_batch_line_id);
409: hr_utility.raise_error;

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

402: open cr;
403: fetch cr into c;
404: if cr%notfound then
405: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
406: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
407: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
408: hr_utility.set_message_token('VALUE',p_batch_line_id);
409: hr_utility.raise_error;
410: end if;

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

403: fetch cr into c;
404: if cr%notfound then
405: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
406: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
407: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
408: hr_utility.set_message_token('VALUE',p_batch_line_id);
409: hr_utility.raise_error;
410: end if;
411: --

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

404: if cr%notfound then
405: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
406: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
407: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
408: hr_utility.set_message_token('VALUE',p_batch_line_id);
409: hr_utility.raise_error;
410: end if;
411: --
412: if c.p55 is null or

Line 409: hr_utility.raise_error;

405: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
406: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
407: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
408: hr_utility.set_message_token('VALUE',p_batch_line_id);
409: hr_utility.raise_error;
410: end if;
411: --
412: if c.p55 is null or
413: c.p56 is null or