DBA Data[Home] [Help]

APPS.CS_CHARGE_CORE_PVT dependencies on CS_INCIDENT_TYPES_VL

Line 449: from cs_incident_types_vl

445: and nvl(status, 'A') = 'A';
446:
447: Cursor c_incident_type IS
448: select name
449: from cs_incident_types_vl
450: where incident_type_id = p_value_object_id;
451:
452: l_value_name VARCHAR2(4000) := null;
453: