DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_EXCEPTION_LOOKUP_V

Line 2641: from MSC_EXCEPTION_LOOKUP_V

2637: and lookup_code = arg_exception_type;
2638: else
2639: select EXCEPTION_TYPE exception_type_text
2640: into l_text
2641: from MSC_EXCEPTION_LOOKUP_V
2642: where to_number(EXCEPTION_TYPE_ID) = arg_exception_type;
2643: end if;
2644:
2645: return l_text;