DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GRADE dependencies on HR_UTILITY

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

555: hr_data_pump.entry('call');
556: open cr;
557: fetch cr into c;
558: if cr%notfound then
559: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
560: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
561: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
562: hr_utility.set_message_token('VALUE',p_batch_line_id);
563: hr_utility.raise_error;

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

556: open cr;
557: fetch cr into c;
558: if cr%notfound then
559: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
560: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
561: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
562: hr_utility.set_message_token('VALUE',p_batch_line_id);
563: hr_utility.raise_error;
564: end if;

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

557: fetch cr into c;
558: if cr%notfound then
559: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
560: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
561: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
562: hr_utility.set_message_token('VALUE',p_batch_line_id);
563: hr_utility.raise_error;
564: end if;
565: --

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

558: if cr%notfound then
559: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
560: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
561: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
562: hr_utility.set_message_token('VALUE',p_batch_line_id);
563: hr_utility.raise_error;
564: end if;
565: --
566: L_REQUEST_ID :=

Line 563: hr_utility.raise_error;

559: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
560: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
561: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
562: hr_utility.set_message_token('VALUE',p_batch_line_id);
563: hr_utility.raise_error;
564: end if;
565: --
566: L_REQUEST_ID :=
567: hr_pump_get.get_request_id;