DBA Data[Home] [Help]

APPS.PO_LOCATIONS_S dependencies on HR_UTILITY

Line 1002: hr_utility.set_location('PO_LOCATIONS_S.PO_PREDEL_VALIDATION', 1);

998: l_msg VARCHAR2(30);
999:
1000: BEGIN
1001:
1002: hr_utility.set_location('PO_LOCATIONS_S.PO_PREDEL_VALIDATION', 1);
1003:
1004: BEGIN
1005:
1006: -- we will do an exhaustive search in all the base tables with some

Line 1252: hr_utility.set_message(201, l_msg);

1248: WHEN NO_DATA_FOUND THEN
1249: -- this means that the location already exists in our base tables.
1250: -- set an error message and raise an error to disallow the
1251: -- deletion of the location.
1252: hr_utility.set_message(201, l_msg);
1253: hr_utility.raise_error;
1254:
1255: END;
1256:

Line 1253: hr_utility.raise_error;

1249: -- this means that the location already exists in our base tables.
1250: -- set an error message and raise an error to disallow the
1251: -- deletion of the location.
1252: hr_utility.set_message(201, l_msg);
1253: hr_utility.raise_error;
1254:
1255: END;
1256:
1257: END PO_PREDEL_VALIDATION;