DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_LOCATIONS

Line 118: from fa_locations

114: Function Validate_location(x_location_id in number)
115: return Boolean
116: is
117: Cursor C_1 is select location_id
118: from fa_locations
119: where location_id = x_location_id;
120: l_location_id number;
121: Begin
122: open C_1;