DBA Data[Home] [Help]

APPS.PV_SQL_UTILITY dependencies on AS_SALES_METHODOLOGY_VL

Line 253: FROM as_sales_methodology_vl

249: RETURN NULL;
250: END IF;
251:
252: FOR x IN (SELECT name meaning
253: FROM as_sales_methodology_vl
254: WHERE sales_methodology_id = p_sales_methodology_id)
255: LOOP
256: l_meaning := x.meaning;
257: END LOOP;