DBA Data[Home] [Help]

APPS.WSH_EXCEPTIONS_GRP dependencies on WSH_EXCEPTION_DEFINITIONS_TL

Line 1297: FROM wsh_exception_definitions_tl

1293: */
1294:
1295: CURSOR c_exception_name IS
1296: SELECT exception_name
1297: FROM wsh_exception_definitions_tl
1298: WHERE exception_name = p_exception_rec.exception_name
1299: AND language = userenv('LANG');
1300:
1301: l_exception_name VARCHAR2(50);