DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_EXCEPTION_LOOKUP_V

Line 3043: from MSC_EXCEPTION_LOOKUP_V

3039: and lookup_code = arg_exception_type;
3040: else
3041: select EXCEPTION_TYPE exception_type_text
3042: into l_text
3043: from MSC_EXCEPTION_LOOKUP_V
3044: where to_number(EXCEPTION_TYPE_ID) = arg_exception_type;
3045: end if;
3046:
3047: return l_text;