DBA Data[Home] [Help]

APPS.WSH_XC_UTIL dependencies on WSH_EXCEPTION_DEFINITIONS_S

Line 2252: SELECT wsh_exception_definitions_s.nextval INTO l_exception_definition_id FROM SYS.DUAL;

2248: end if;
2249: close C2;
2250: else
2251: -- populate l_exception_id
2252: SELECT wsh_exception_definitions_s.nextval INTO l_exception_definition_id FROM SYS.DUAL;
2253: end if;
2254: insert into wsh_exception_definitions_b (
2255: exception_definition_id,
2256: exception_type,