DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_APPLICANT dependencies on HR_UTILITY

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

615: hr_data_pump.entry('call');
616: open cr;
617: fetch cr into c;
618: if cr%notfound then
619: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
620: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
621: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
622: hr_utility.set_message_token('VALUE',p_batch_line_id);
623: hr_utility.raise_error;

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

616: open cr;
617: fetch cr into c;
618: if cr%notfound then
619: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
620: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
621: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
622: hr_utility.set_message_token('VALUE',p_batch_line_id);
623: hr_utility.raise_error;
624: end if;

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

617: fetch cr into c;
618: if cr%notfound then
619: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
620: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
621: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
622: hr_utility.set_message_token('VALUE',p_batch_line_id);
623: hr_utility.raise_error;
624: end if;
625: --

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

618: if cr%notfound then
619: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
620: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
621: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
622: hr_utility.set_message_token('VALUE',p_batch_line_id);
623: hr_utility.raise_error;
624: end if;
625: --
626: if c.p101 is null or

Line 623: hr_utility.raise_error;

619: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
620: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
621: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
622: hr_utility.set_message_token('VALUE',p_batch_line_id);
623: hr_utility.raise_error;
624: end if;
625: --
626: if c.p101 is null or
627: c.p102 is null then