ACD_PORTFOLIO_REL_STG_INT

Product Proposal Portfolio staging table for Bulk Import.

Details

  • Schema: FUSION

  • Object owner: ACD

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ACD_PORTFOLIO_REL_STG_INT_PK

RELATIONSHIP_ID

Columns

Name Datatype Length Precision Not-null Comments
RELATIONSHIP_ID NUMBER 18 Yes Primary Key which will be system generated Application Unique Id.
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.
PRODUCT_PROPOSAL_ID NUMBER 18 Yes Refers to Product Proposal Id from ACD_PRODUCT_PROPOSAL table as Foreign key
PORTFOLIO_LOOKUP_CODE VARCHAR2 30 Yes Refers to the portfolio lookup code in Fnd Lookups with LookupType as ACD_PROPOSAL_PORTFOLIOS
NAME VARCHAR2 400 Name of the Product Proposal object for the cost row.
IMPORT_STATUS_CODE VARCHAR2 30 Indicates the status of the row.
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.
INTERFACE_ROW_ID NUMBER 18 It is the unique identifier for the record within a batch.
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_STG_INT_U1 Unique FUSION_TS_INTERFACE RELATIONSHIP_ID