CST_CLOSED_FULLFILL_LINES
Stores the list of fulfillment line identifiers that have been closed in the source system (DOO).
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_CLOSED_FULLFILL_LINES_PK |
DOO_FULLFILL_LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DOO_FULLFILL_LINE_ID | NUMBER | 18 | Yes | Distributed Order Orchestration fulfillment line identifier. | |
BUSINESS_UNIT_ID | NUMBER | 18 | Billing / selling business unit identifier for the closed fulfill line. | ||
HEADER_ID | NUMBER | 18 | Reference to the unique identifier for the orchestration order. | ||
PRJ_REC_INDICATOR | VARCHAR2 | 1 | A flag that indicates if the fulfillment line identifier is for Projects related fulfillment. Possible values are: Y: Projects related fulfillment. N: Not a Projects related fulfillment. | ||
PROCESSED_FLAG | VARCHAR2 | 1 | A flag that indicates if the fulfillment line identifier is processed by COGS Processor. Possible values are: N: Not yet processed. P: Processed. E: Error status indicating that ship-bill reference derived for the fulfillment line identifier is invalid. | ||
CLOSED_DATE | TIMESTAMP | This column stores the date and time at which the fulfillment line was closed. | |||
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. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_CLOSED_FULLFILL_LINES_N1 | Non Unique | Default | PROCESSED_FLAG |
CST_CLOSED_FULLFILL_LINES_PK | Unique | Default | DOO_FULLFILL_LINE_ID |