Search Results css_def_defects_b
Overview
The CSS_DEF_DEFECTS_B table is the core transactional entity for managing defect records within the obsolete Oracle E-Business Suite CSS (Support) module. It served as the primary storage table for defect tracking, capturing essential details about reported issues, their classification, assignment, and lifecycle state. As indicated by its product association, this table and the surrounding defect management functionality are marked as obsolete, meaning they are no longer actively developed or supported in standard Oracle EBS implementations. The metadata explicitly states it is "Not implemented in this database," suggesting it may exist in the data dictionary as a remnant of older functionality or for reference but is not populated or used in current deployments of versions 12.1.1 or 12.2.2.
Key Information Stored
While specific column details beyond the primary and foreign keys are not provided in the excerpt, the foreign key relationships define the critical attributes stored in each defect record. The primary key is DEFECT_ID. Each record links to numerous reference tables to describe the defect's context: PROBLEM_TYPE_ID (CSS_DEF_PROB_TYPES_B), STATUS_ID (CSS_DEF_STATUSES_B), SEVERITY_ID (CSS_DEF_SEVERITIES_B), and PRIORITY_ID (CSS_DEF_PRIORITIES_B) for classification. It tracks personnel involvement via FILER_ID and UPDATED_BY_ID (FND_USER) and assignment via PHASE_OWNER_ID, which could reference an individual resource (JTF_RS_RESOURCE_EXTNS), a group (JTF_RS_GROUPS_B), or a team (JTF_RS_TEAMS_B). Customer and geographical data is stored via ORIGINATING_CUSTOMER_ID (HZ_PARTIES) and TERRITORY_ID (JTF_TERR_ALL). The PHASE_ID (CSS_DEF_PHASES_B) would indicate the defect's current phase in a workflow.
Common Use Cases and Queries
Given its obsolete status, direct operational use cases in active EBS 12.1.1/12.2.2 environments are unlikely. Historically, its purpose was to support defect lifecycle management. Analytical queries would have joined this central table to its many reference tables to generate reports on defect volume, aging, assignment, and resolution trends. A typical historical reporting pattern might have involved joining to customer, status, and owner tables:
SELECT d.DEFECT_ID, hz.party_name, s.STATUS_NAME, r.resource_name FROM CSS_DEF_DEFECTS_B d, HZ_PARTIES hz, CSS_DEF_STATUSES_B s, JTF_RS_RESOURCE_EXTNS r WHERE d.ORIGINATING_CUSTOMER_ID = hz.party_id AND d.STATUS_ID = s.STATUS_ID AND d.PHASE_OWNER_ID = r.resource_id;
Today, any encounter with this table is most probable during data migration projects, legacy data analysis, or while reviewing obsolete schema objects during system upgrades.
Related Objects
The table sits at the center of a comprehensive but obsolete defect management schema. It has a one-to-many relationship with numerous child tables that store supplemental defect information, including attachments (CSS_DEF_ATTACHMENTS_B), audit history (CSS_DEF_AUDIT_HISTORY_B), linked defects (CSS_DEF_DEFECT_LINKS), and specific attributes (CSS_DEF_DEF_ATTRIBUTES). It also references key master data tables across EBS, such as FND_USER for personnel, HZ_PARTIES for customers, and JTF_RS_* tables for resource management. The extensive foreign key network illustrates it was designed as a fully integrated, complex business object within the older CSS module architecture.
-
Table: CSS_DEF_DEFECTS_B
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEFECT_LINKS
12.1.1
product: CSS - Support (obsolete) , description: Identifies a link from one Defect to another. , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEFECT_LINKS_V
12.1.1
product: CSS - Support (obsolete) , description: Relationship information among defects , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_SOURCES_B
12.1.1
product: CSS - Support (obsolete) , description: A Defect may have multiple Source Files and Source File versions associated with it. This table stores the Source file name and version. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_ATTACHMENTS_B
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_AUDIT_COLUMNS_B
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_PROB_TYPES_B
12.1.1
product: CSS - Support (obsolete) , description: Base table for problem types , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_EXTERNAL_LINKS
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_ERROR_CODES
12.1.1
product: CSS - Support (obsolete) , description: A Defect may have multiple Error Codes associated with it. This table stores the Error Code and any additional information about the error code , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_STATUSES_B
12.1.1
product: CSS - Support (obsolete) , description: The table store Reasons (Phases Statuses). Attributes of the Defect or Enhancement may be effected by selecting a Reason. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_PHASES_B
12.1.1
product: CSS - Support (obsolete) , description: Base table for phases definition , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_PLATFORMS
12.1.1
product: CSS - Support (obsolete) , description: A Defect or an Enhancement may have multiple Operating System versions associated with it. A Defect or an Enhancement may only have one Operating System version. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_LANGUAGES
12.1.1
product: CSS - Support (obsolete) , description: A Defect or an Enhancement may have multiple Languages associated with it. A Defect or an Enhancement may only have one primary language. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_PRIORITIES_B
12.1.1
product: CSS - Support (obsolete) , description: A reference table for Defect Priority. The priority of a Defect or Enhancement is an indication of the internal priority for resolving the Defect or Enhancement. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_CONTACTS
12.1.1
product: CSS - Support (obsolete) , description: A Defect or an Enhancement may have multiple contacts associated with it. A defect or enhancement must always have one primary contact. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_AUDIT_HISTORY_B
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_ITEM_VERS
12.1.1
product: CSS - Support (obsolete) , description: A Defect or an Enhancment may have Product, Component or Sub-component items and version associated with it. There may also be Planned and Fixed items and versions. , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_DEF_ATTRIBUTES
12.1.1
product: CSS - Support (obsolete) , description: A Defect or an Enhancement may have multiple Tracking Groupsand/ or Environment Variables associated with it. A Tracking Group is primarily used to track Defects or Enhancements for query/report purposes. An Environment Variable allows fo , implementation_dba_data: Not implemented in this database ,
-
Table: CSS_DEF_SEVERITIES_B
12.1.1
product: CSS - Support (obsolete) , description: A reference table of Severities. The Severity of a Defect or Enhancement is an indication of the seriousness of the problem as identified by the person who files the Defect or Enhancement. The sort order column ranks the Severities within , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEF_ERROR_CODES_V
12.1.1
product: CSS - Support (obsolete) , description: Error codes , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEF_LANGUAGES_V
12.1.1
product: CSS - Support (obsolete) , description: Supported languages , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_ESCALATED_DEFECTS_V
12.1.1
product: CSS - Support (obsolete) , description: Escalated defects , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEF_CONTACTS_V
12.1.1
product: CSS - Support (obsolete) , description: Defect contacts , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_TERR_MGMT_V
12.1.1
product: CSS - Support (obsolete) , description: Territory management , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_IR_DEFECTS_V
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: CSS_DEF_DEFECTS_VL
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,