DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_LOCATION dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 476: hr_utility.raise_error;

472: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
473: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
474: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
475: hr_utility.set_message_token('VALUE',p_batch_line_id);
476: hr_utility.raise_error;
477: end if;
478: --
479: L_TP_HEADER_ID :=
480: PER_IN_DATA_PUMP.get_tp_header_id;