DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SUPPLEMENTARY_ROL dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 404: hr_utility.raise_error;

400: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
401: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
402: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
403: hr_utility.set_message_token('VALUE',p_batch_line_id);
404: hr_utility.raise_error;
405: end if;
406: --
407: if c.p52 is null or
408: c.p1 is null then