ACD_PORTFOLIO_REL_INT

Interface table contains portfolio details for the Product Proposal.

Details

  • Schema: FUSION

  • Object owner: ACD

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ACD_PORTFOLIO_REL_INT_PK

INTERFACE_ROW_ID, SEQ_NO

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes It is the unique identifier for the record within a batch.
SEQ_NO NUMBER 18 Yes For every batch of data that will be inserted into the interface table a new SEQ_NO will be populated.
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.
PROPOSAL_NAME VARCHAR2 400 Product proposal name for which the portfolios rows added, updated, or inserted.
PORTFOLIO_LOOKUP_CODE VARCHAR2 30 Refers to the portfolio lookup code in Fnd Lookups with LookupType as ACD_PROPOSAL_PORTFOLIOS
HEADER_FLAG NUMBER 1 Header flag columns holds the value of 0 or 1 based on whether the row is a header or not
IMPORT_STATUS_CODE VARCHAR2 30 Indicates the status of a row in the interface table.
INTERNAL_ACTION_CODE VARCHAR2 30 This column is created for internal use and will be populated and used by bulk import logic.
ACTION_CODE VARCHAR2 30 Allows source system to specify a specific operation (insert, update, etc) for a row.
LOAD_REQUEST_ID NUMBER 10 When the user uploads a data file and submits from the UI, this id is populated.
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
ACD_PORTFOLIO_REL_INT_U1 Unique FUSION_TS_INTERFACE INTERFACE_ROW_ID, SEQ_NO