DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_PKG dependencies on HR_LOCATIONS

Line 112: FROM hr_locations hrl,

108:
109: BEGIN
110: SELECT hrl.global_attribute1
111: INTO l_organization_class_code
112: FROM hr_locations hrl,
113: hr_organization_units hrou
114: WHERE hrou.organization_id = l_so_org_id
115: AND hrl.location_id = hrou.location_id;
116: