DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_LOCATION dependencies on HR_UTILITY

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

471: hr_data_pump.entry('call');
472: open cr;
473: fetch cr into c;
474: if cr%notfound then
475: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
476: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
477: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
478: hr_utility.set_message_token('VALUE',p_batch_line_id);
479: hr_utility.raise_error;

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

472: open cr;
473: fetch cr into c;
474: if cr%notfound then
475: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
476: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
477: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
478: hr_utility.set_message_token('VALUE',p_batch_line_id);
479: hr_utility.raise_error;
480: end if;

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

473: fetch cr into c;
474: if cr%notfound then
475: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
476: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
477: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
478: hr_utility.set_message_token('VALUE',p_batch_line_id);
479: hr_utility.raise_error;
480: end if;
481: --

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

474: if cr%notfound then
475: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
476: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
477: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
478: hr_utility.set_message_token('VALUE',p_batch_line_id);
479: hr_utility.raise_error;
480: end if;
481: --
482: if c.p3 is null or

Line 479: hr_utility.raise_error;

475: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
476: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
477: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
478: hr_utility.set_message_token('VALUE',p_batch_line_id);
479: hr_utility.raise_error;
480: end if;
481: --
482: if c.p3 is null or
483: c.p2 is null then