DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on HR_UTILITY

Line 14: hr_utility.set_location('INV_LOCATION.INV_PREDEL_VALIDATION', 1);

10: --
11: --
12: BEGIN
13: --
14: hr_utility.set_location('INV_LOCATION.INV_PREDEL_VALIDATION', 1);
15: --
16: begin
17:
18: l_msg := 'INV_LOC_INTERORG_SHIP_METHODS';

Line 109: hr_utility.set_message (401, l_msg);

105: );
106:
107: exception
108: when NO_DATA_FOUND then
109: hr_utility.set_message (401, l_msg);
110: hr_utility.raise_error;
111: end;
112: --
113: --

Line 110: hr_utility.raise_error;

106:
107: exception
108: when NO_DATA_FOUND then
109: hr_utility.set_message (401, l_msg);
110: hr_utility.raise_error;
111: end;
112: --
113: --
114: END INV_PREDEL_VALIDATION;