DBA Data[Home] [Help]

APPS.INV_MWB_TREE dependencies on MTL_GRADES

Line 11174: grade mtl_grades.grade_code%TYPE ;

11170: group_str VARCHAR2(10000) ;
11171: having_str VARCHAR2(10000) := ' HAVING 1=1 ';
11172: --End of ER Changes
11173:
11174: grade mtl_grades.grade_code%TYPE ;
11175:
11176: BEGIN
11177:
11178: -- Exit out of the procedure if the item is not grade controlled

Line 11190: -- query_str := query_str || ' SELECT grade_code from mtl_grades ';

11186: RETURN;
11187: END IF;
11188: END IF;
11189:
11190: -- query_str := query_str || ' SELECT grade_code from mtl_grades ';
11191: -- query_str := query_str || ' WHERE 1=1 ';
11192:
11193: -- Check the parameters on Find window, and build the query accordingly
11194: IF p_serial_number_from IS NULL