DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_SYSTEM_OPTIONS

Line 901: from cs_system_options;

897: IS
898: BEGIN
899: select ss_srtype_restrict
900: into x_ss_sr_type_restrict
901: from cs_system_options;
902: EXCEPTION
903: when others then
904: x_ss_sr_type_restrict := NULL;
905: END GET_SS_SEC_ENABLED;