DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LIFE_EVENT_REASON dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 406: hr_utility.raise_error;

402: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
403: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
404: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
405: hr_utility.set_message_token('VALUE',p_batch_line_id);
406: hr_utility.raise_error;
407: end if;
408: --
409: hr_data_pump.api_trc_on;
410: ben_life_event_reason_api.CREATE_LIFE_EVENT_REASON