DBA Data[Home] [Help]

APPS.PV_SQL_UTILITY dependencies on AS_STATUSES_TL

Line 176: FROM as_statuses_tl

172: RETURN NULL;
173: END IF;
174:
175: FOR x IN (SELECT meaning
176: FROM as_statuses_tl
177: WHERE status_code = p_status_code AND
178: language = USERENV('LANG'))
179: LOOP
180: l_meaning := x.meaning;