DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_APPLICANT dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 617: hr_utility.raise_error;

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