CMR_ASN_OWNERSHIP_RULES
This table stores the ownership change rules associated to FOB.
Details
-
Schema: FUSION
-
Object owner: CMR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CMR_ASN_OWNERSHIP_RULES_PK |
FOB_LOOKUP_CODE |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
FOB_LOOKUP_CODE | VARCHAR2 | 30 | Yes | Type of free-on-board terms for the document (References PO_LOOKUP_CODES.lookup_code with LOOKUP_TYPE='FOB'). |
OWNERSHIP_CHANGE | VARCHAR2 | 64 | Yes | Indicates Ownership change for the FOB code. |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CMR_ASN_OWNERSHIP_RULES_U1 | Unique | Default | FOB_LOOKUP_CODE |