DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_APPLICANT dependencies on HR_UTILITY

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

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

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

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

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

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

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

614: if cr%notfound then
615: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
616: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
617: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
618: hr_utility.set_message_token('VALUE',p_batch_line_id);
619: hr_utility.raise_error;
620: end if;
621: --
622: if c.p100 is null or

Line 619: hr_utility.raise_error;

615: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
616: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
617: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
618: hr_utility.set_message_token('VALUE',p_batch_line_id);
619: hr_utility.raise_error;
620: end if;
621: --
622: if c.p100 is null or
623: c.p101 is null then