FOS_TA_RULE_SET_DOCUMENTS_F

Trade and accounting rules sets dictate the documents and trade accounting required in the financial route. This table has the entries for the documents required for a given trade and accounting rule set.

Details

  • Schema: FUSION

  • Object owner: FOS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FOS_TA_RULE_SET_DOCUMENTS_PK

TA_DOCUMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Columns

Name Datatype Length Precision Not-null Comments
TA_DOCUMENT_ID NUMBER 18 Yes This is the primary key and its value is an application generated unique id.
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
TA_RULE_SET_ID NUMBER 18 Yes This is a foreign key to the FOS_TA_RULE_SET_B_F table.
ENABLED_FLAG VARCHAR2 1 Yes Flag used to indicate whether the current trade and accounting documents record is enabled or not.
TASK_SEQUENCE NUMBER 5 Yes This column indicates the sequence number in which this particular task has to be executed.
OWNERSHIP_CHANGE_FLAG VARCHAR2 1 Yes Flag to check an ownership change.
TASK_TYPE VARCHAR2 100 Yes This column represents the type of the task. Valid values are contained within the FOS_TASK_TYPE_B table.
TRANSACTION_TYPE VARCHAR2 30 Yes This column represents the transaction type for a given task type. Valid values are contained within the FOS_TRANSACTION_TYPE_B table.
FLOW_TYPE VARCHAR2 30 Yes Represents the type of the flow. Valid values are contained within the FOS_FLOW_TYPE_FOR_TASK lookup.
PROCUREMENT_EVENT_DEF_ID NUMBER 18 This column stores the event id that will trigger this task for procurement flows.
SHIPMENT_EVENT_DEF_ID NUMBER 18 This column stores the event id that will trigger this task for shipment flows.
SERVICE_SALES_EVENT_DEF_ID NUMBER 18 This column will store the event Id that will trigger this task for service sales flow
IMT_EVENT_DEF_ID NUMBER 18 This column stores the event id that will trigger this task for internal material transfer flows.
ENTERPRISE_ID NUMBER 18 Yes Identifier of Enterprise, used for multi-tenancy partitioning.
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.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
FOS_TA_RULE_SET_DOCUMENTS_F fos_event_definitions_b SHIPMENT_EVENT_DEF_ID
FOS_TA_RULE_SET_DOCUMENTS_F fos_event_definitions_b PROCUREMENT_EVENT_DEF_ID
FOS_TA_RULE_SET_DOCUMENTS_F fos_event_definitions_b IMT_EVENT_DEF_ID
FOS_TA_RULE_SET_DOCUMENTS_F fos_event_definitions_b SERVICE_SALES_EVENT_DEF_ID

Indexes

Index Uniqueness Tablespace Columns
FOS_TA_RULE_SET_DOCUMENTS_PK Unique Default TA_DOCUMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, ORA_SEED_SET1
FOS_TA_RULE_SET_DOCUMENTS_PK1 Unique Default TA_DOCUMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, ORA_SEED_SET2
FOS_TA_RULE_SET_DOC_F_N1 Non Unique Default PROCUREMENT_EVENT_DEF_ID
FOS_TA_RULE_SET_DOC_F_N2 Non Unique Default SHIPMENT_EVENT_DEF_ID
FOS_TA_RULE_SET_DOC_F_N3 Non Unique Default IMT_EVENT_DEF_ID
FOS_TA_RULE_SET_DOC_F_U1 Unique Default EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, TA_RULE_SET_ID, TRANSACTION_TYPE, ORA_SEED_SET1
FOS_TA_RULE_SET_DOC_F_U11 Unique Default EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, TA_RULE_SET_ID, TRANSACTION_TYPE, ORA_SEED_SET2