DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_PERSON dependencies on HR_UTILITY

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

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

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

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

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

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

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

621: if cr%notfound then
622: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
623: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
624: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
625: hr_utility.set_message_token('VALUE',p_batch_line_id);
626: hr_utility.raise_error;
627: end if;
628: --
629: if c.p94 is null then

Line 626: hr_utility.raise_error;

622: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
623: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
624: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
625: hr_utility.set_message_token('VALUE',p_batch_line_id);
626: hr_utility.raise_error;
627: end if;
628: --
629: if c.p94 is null then
630: L_PERSON_ID:=nn;