DBA Data[Home] [Help]

APPS.EAM_WL_UTIL_PKG dependencies on MTL_SERIAL_NUMBERS

Line 137: l_description mtl_serial_numbers.descriptive_text%TYPE;

133: AND cii.inventory_item_id = p_item_id
134: AND cii.last_vld_organization_id = mp.organization_id
135: AND mp.maint_organization_id = p_organization_id;
136:
137: l_description mtl_serial_numbers.descriptive_text%TYPE;
138: BEGIN
139: OPEN get_value;
140: FETCH get_value INTO l_description;
141: CLOSE get_value;