DBA Data[Home] [Help]

APPS.WSH_XC_UTIL dependencies on WSH_EXCEPTION_DEFINITIONS_S

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

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