ACD_RESOURCE_B_INT

Product Proposal Resource interface table for Bulk Import.

Details

  • Schema: FUSION

  • Object owner: ACD

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ACD_RESOURCE_B_INT_PK

RESOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
RESOURCE_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
RESOURCE_POOL VARCHAR2 30 Yes Custom lookup value for the resource pool attribute.
RESOURCE_STATUS VARCHAR2 30 Yes Indicates the status of resource for Product Concept (Budgeted,Estimated,Actual) The supported types are defined in the Lookup type with the name ACD_RESOURCE_STATUS and the look up codes are BUDGETED,ESTIMATED,ACTUAL values
RESOURCE_HEADCOUNT NUMBER 10 Yes Total resource headcount required during the time-period between start and end dates
START_DATE DATE Yes Start date of a time-period e.g. 04/01/2010
END_DATE DATE Yes End date of a time-period e.g. 08/01/2011
RESOURCE_TREND VARCHAR2 30 Yes Indicates the trend of resource for Product Concept (Point, Uniformly Distributed, Front Loaded, Back Loaded) The supported types are defined in the Lookup type with the name ACD_TREND and the look up codes are POINT,UNIFORMLY_DISTRIBUTED,FRONT_LOADED,BACK_LOADED values
RESOURCE_CATEGORY VARCHAR2 30 Custom look up values for the resource category.
SOURCE VARCHAR2 30 Source for the resources fromlookup(Proposal,Project).values are PROPOSAL,PROJECT
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.
NAME VARCHAR2 100 This is the translatable Name for the Resource.
LANG_CODE VARCHAR2 4 Indicates the code of the language into which the contents of the translatable columns are translated.
SRC_LANG_CODE VARCHAR2 4 Indicates the code of the language in which the contents of the translatable columns were originally created.
SOURCE_LANG_FLAG VARCHAR2 1 Indicates the code of the language in which the contents of the translatable columns were originally created.
IMPORT_STATUS_CODE VARCHAR2 30 IMPORT_STATUS_CODE tells 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 ACTION_CODE in interface table allows source system to specify a particular operation (insert, update, etc) for a row.
LOAD_REQUEST_ID NUMBER 10 When Data file uploaded and click on submit that time the load request Id generated.
INTERFACE_ROW_ID NUMBER 18 INTERFACE_ROW_ID is the unique identifier for the record with in a batch.

Indexes

Index Uniqueness Tablespace Columns
ACD_RESOURCE_B_INT_U1 Unique Default RESOURCE_ID