DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CA_EMP_FEDTAX_INF dependencies on HR_UTILITY

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

384: hr_data_pump.entry('call');
385: open cr;
386: fetch cr into c;
387: if cr%notfound then
388: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
389: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
390: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
391: hr_utility.set_message_token('VALUE',p_batch_line_id);
392: hr_utility.raise_error;

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

385: open cr;
386: fetch cr into c;
387: if cr%notfound then
388: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
389: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
390: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
391: hr_utility.set_message_token('VALUE',p_batch_line_id);
392: hr_utility.raise_error;
393: end if;

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

386: fetch cr into c;
387: if cr%notfound then
388: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
389: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
390: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
391: hr_utility.set_message_token('VALUE',p_batch_line_id);
392: hr_utility.raise_error;
393: end if;
394: --

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

387: if cr%notfound then
388: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
389: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
390: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
391: hr_utility.set_message_token('VALUE',p_batch_line_id);
392: hr_utility.raise_error;
393: end if;
394: --
395: hr_data_pump.api_trc_on;

Line 392: hr_utility.raise_error;

388: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
389: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
390: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
391: hr_utility.set_message_token('VALUE',p_batch_line_id);
392: hr_utility.raise_error;
393: end if;
394: --
395: hr_data_pump.api_trc_on;
396: PAY_CA_EMP_FEDTAX_INF_API.CREATE_CA_EMP_FEDTAX_INF