DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LIFE_EVENT_REASON dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 401: hr_utility.raise_error;

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