DBA Data[Home] [Help] [Dependency Information]


TABLE: CSD.CSD_REPAIR_TYPES_SAR

Object Details
Object Name: CSD_REPAIR_TYPES_SAR
Object Type: TABLE
Owner: CSD
FND Design Data: TableCSD.CSD_REPAIR_TYPES_SAR
Subobject Name:
Status: VALID


The table stores the Service Activity Billing types association to repair types.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSD_REPAIR_TYPES_SAR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnREPAIR_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
REPAIR_TXN_BILLING_TYPE_ID NUMBER
Yes Primary key.
REPAIR_TYPE_ID NUMBER
Yes Unique identifier for repair type. Foreign key to the table CSD_REPAIR_TYPES_B.
TXN_BILLING_TYPE_ID NUMBER
Yes Unique identifier for Service Activity Billing type. Foreign key to CS_TXN_BILLING_TYPES.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number for the record. Used to lock the record.
SECURITY_GROUP_ID NUMBER

Standard who column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REPAIR_TXN_BILLING_TYPE_ID
,      REPAIR_TYPE_ID
,      TXN_BILLING_TYPE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM CSD.CSD_REPAIR_TYPES_SAR;

Dependencies

[top of page]

CSD.CSD_REPAIR_TYPES_SAR does not reference any database object

CSD.CSD_REPAIR_TYPES_SAR is referenced by following:

SchemaCSD
ViewCSD_REPAIR_TYPES_SAR#