FOS_AGREEMENT_DEFINITION_B_F

This table stores all the non-translatable attributes of the financial trade agreement definition

Details

  • Schema: FUSION

  • Object owner: FOS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FOS_AGR_DEFINITION_B_F_PK

AGREEMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Columns

Name Datatype Length Precision Not-null Comments
AGREEMENT_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.
AGREEMENT_NUMBER VARCHAR2 100 Yes A value that uniquely identifies the agreement.
AGREEMENT_TYPE VARCHAR2 30 Yes The type of agreement. Valid values are contained within the FOS_AGREEMENT_TYPES lookup.
PRIORITY NUMBER 5 Identifies the priority of the agreement for a given agreement type.
STATUS VARCHAR2 30 Identifies the current status of the agreement. Valid values are contained within the FOS_AGREEMENT_STATUS lookup.
FROM_ENTITY_BASIS VARCHAR2 30 Describes the type of the starting point for the agreement.
FROM_ENTITY_OPERATOR VARCHAR2 30 The logical operator to be used for the from entity.
FROM_ENTITY_VALUE VARCHAR2 30 Describes the actual value for the starting point of the agreement.
TO_ENTITY_BASIS VARCHAR2 30 Describes the type of the ending point for the agreement.
TO_ENTITY_OPERATOR VARCHAR2 30 The logical operator to be used for the to entity.
TO_ENTITY_VALUE VARCHAR2 30 Describes the actual value of the starting point for the agreement.
QUALIFIER_RULE_SET_ID NUMBER 18 This is a foreign key to the FOS_QUALIFIER_RULE_SET table.
AUTO_ACTIVE_FLAG VARCHAR2 1 Yes Flag used to determine whether the agreement should become active automatically.
MULTI_FTR_FLAG VARCHAR2 1 Yes A flag to indicate if multiple financial trade relationships can exist for a single primary trade relationship or not.
FWD_SPLR_OWNS_CHANGE_EVENT_ID NUMBER 18 Unique identifier of the event that triggers the ownership change from the supplier to original equipment manufacturer in a global procurement scenario.
DS_FWD_OWNS_CHANGE_EVENT_ID NUMBER 18 Unique identifier of the event that triggers the ownership change from the supplier to the purchasing entity in a drop ship scenario.
RTN_SPLR_OWNS_CHANGE_EVENT_ID NUMBER 18 Unique identifier of the event that triggers the ownership change from the original equipment manufacturer to supplier in a global procurement scenario.
FWD_CST_OWNS_CHANGE_EVENT_ID NUMBER 18 Unique identifier of the event that triggers the ownership change from the original equipment manufacturer to customer in a shipment scenario.
RTN_CST_OWNS_CHANGE_EVENT_ID NUMBER 18 Unique identifier of the event that triggers the ownership change from the customer to original equipment manufacturer in a shipment scenario.
ENTERPRISE_ID NUMBER 18 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_AGREEMENT_DEFINITION_B_F fos_qualifier_rule_set QUALIFIER_RULE_SET_ID
FOS_AGREEMENT_DEFINITION_B_F fos_event_definitions_b FWD_SPLR_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_F fos_event_definitions_b RTN_SPLR_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_F fos_event_definitions_b FWD_CST_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_F fos_event_definitions_b RTN_CST_OWNS_CHANGE_EVENT_ID
fos_agreement_definition_tl fos_agreement_definition_b_f AGREEMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Indexes

Index Uniqueness Tablespace Columns
FOS_AGREEMENT_DEFINITION_B_N1 Non Unique Default QUALIFIER_RULE_SET_ID
FOS_AGREEMENT_DEFINITION_B_N2 Non Unique Default FWD_SPLR_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_N3 Non Unique Default RTN_SPLR_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_N4 Non Unique Default FWD_CST_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_N5 Non Unique Default RTN_CST_OWNS_CHANGE_EVENT_ID
FOS_AGREEMENT_DEFINITION_B_PK Unique Default AGREEMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, ORA_SEED_SET1
FOS_AGREEMENT_DEFINITION_B_PK1 Unique Default AGREEMENT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, ORA_SEED_SET2
FOS_AGREEMENT_DEFINITION_B_U1 Unique Default AGREEMENT_NUMBER, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, AGREEMENT_TYPE, ORA_SEED_SET1
FOS_AGREEMENT_DEFINITION_B_U11 Unique Default AGREEMENT_NUMBER, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, AGREEMENT_TYPE, ORA_SEED_SET2
FOS_AGREEMENT_DEFINITION_B_U2 Unique Default PRIORITY, AGREEMENT_TYPE, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, ORA_SEED_SET1
FOS_AGREEMENT_DEFINITION_B_U21 Unique Default PRIORITY, AGREEMENT_TYPE, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, ORA_SEED_SET2