DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_APPLICANT dependencies on HR_UTILITY

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

601: hr_data_pump.entry('call');
602: open cr;
603: fetch cr into c;
604: if cr%notfound then
605: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
606: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
607: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
608: hr_utility.set_message_token('VALUE',p_batch_line_id);
609: hr_utility.raise_error;

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

602: open cr;
603: fetch cr into c;
604: if cr%notfound then
605: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
606: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
607: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
608: hr_utility.set_message_token('VALUE',p_batch_line_id);
609: hr_utility.raise_error;
610: end if;

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

603: fetch cr into c;
604: if cr%notfound then
605: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
606: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
607: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
608: hr_utility.set_message_token('VALUE',p_batch_line_id);
609: hr_utility.raise_error;
610: end if;
611: --

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

604: if cr%notfound then
605: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
606: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
607: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
608: hr_utility.set_message_token('VALUE',p_batch_line_id);
609: hr_utility.raise_error;
610: end if;
611: --
612: if c.p98 is null or

Line 609: hr_utility.raise_error;

605: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
606: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
607: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
608: hr_utility.set_message_token('VALUE',p_batch_line_id);
609: hr_utility.raise_error;
610: end if;
611: --
612: if c.p98 is null or
613: c.p99 is null then