DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_PERSON dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 477: hr_utility.raise_error;

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