DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CA_EMP_FEDTAX_INF dependencies on HR_UTILITY

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

394: hr_data_pump.entry('call');
395: open cr;
396: fetch cr into c;
397: if cr%notfound then
398: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
399: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
400: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
401: hr_utility.set_message_token('VALUE',p_batch_line_id);
402: hr_utility.raise_error;

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

395: open cr;
396: fetch cr into c;
397: if cr%notfound then
398: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
399: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
400: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
401: hr_utility.set_message_token('VALUE',p_batch_line_id);
402: hr_utility.raise_error;
403: end if;

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

396: fetch cr into c;
397: if cr%notfound then
398: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
399: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
400: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
401: hr_utility.set_message_token('VALUE',p_batch_line_id);
402: hr_utility.raise_error;
403: end if;
404: --

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

397: if cr%notfound then
398: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
399: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
400: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
401: hr_utility.set_message_token('VALUE',p_batch_line_id);
402: hr_utility.raise_error;
403: end if;
404: --
405: hr_data_pump.api_trc_on;

Line 402: hr_utility.raise_error;

398: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
399: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
400: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
401: hr_utility.set_message_token('VALUE',p_batch_line_id);
402: hr_utility.raise_error;
403: end if;
404: --
405: hr_data_pump.api_trc_on;
406: PAY_CA_EMP_FEDTAX_INF_API.CREATE_CA_EMP_FEDTAX_INF