DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_SECONDARY_EMP_ dependencies on HR_UTILITY

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

800: hr_data_pump.entry('call');
801: open cr;
802: fetch cr into c;
803: if cr%notfound then
804: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
805: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
806: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
807: hr_utility.set_message_token('VALUE',p_batch_line_id);
808: hr_utility.raise_error;

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

801: open cr;
802: fetch cr into c;
803: if cr%notfound then
804: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
805: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
806: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
807: hr_utility.set_message_token('VALUE',p_batch_line_id);
808: hr_utility.raise_error;
809: end if;

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

802: fetch cr into c;
803: if cr%notfound then
804: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
805: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
806: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
807: hr_utility.set_message_token('VALUE',p_batch_line_id);
808: hr_utility.raise_error;
809: end if;
810: --

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

803: if cr%notfound then
804: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
805: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
806: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
807: hr_utility.set_message_token('VALUE',p_batch_line_id);
808: hr_utility.raise_error;
809: end if;
810: --
811: if c.p123 is null then

Line 808: hr_utility.raise_error;

804: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
805: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
806: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
807: hr_utility.set_message_token('VALUE',p_batch_line_id);
808: hr_utility.raise_error;
809: end if;
810: --
811: if c.p123 is null then
812: L_PERSON_ID:=nn;