PJC_ASSET_ASSIGN_INT

PJC_ASSET_ASSIGN_INT is the table you use to import information for the asset assignment uploaded using FBDI.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
ASSET_ASGN_INTERFACE_ID NUMBER 18 Yes The system-generated number that uniquely identifies the asset assignment auto generated.
ASSET_ASSIGNMENT_ID NUMBER 18 The system-generated number that uniquely identifies the asset assignment.
PROJECT_ASSET_ID NUMBER 18 The identifier of the asset; value is 0 for common cost assignments.
BATCH_NAME VARCHAR2 50 User-entered name for a grouping of asset assigments in the interface table.
ASSET_NAME VARCHAR2 240 Asset Name that uniquely identifies an asset within a project.
ASSET_NUMBER VARCHAR2 30 Unique asset identifier that is either user-entered or system-generated.
STATUS_CODE VARCHAR2 1 Yes Default 'P'. Processing status. P- Pending, S-Success,R-Rejected, T-Transferred.
PROCESSING_MODE VARCHAR2 10 Yes Processing Mode-Create/Update/Delete.
ASSET_ASSIGNMENT_LEVEL VARCHAR2 40 (1)Project Level Assignment (2) Task Level Assignment (3) Common Cost Assignment at Project Level (4) Common Cost Assignment at Task Level.
PROJECT_ID NUMBER 18 The identifier of the project involved in the assignment.
PROJECT_NAME VARCHAR2 240 The name of the project to which the asset belongs.
PROJECT_NUMBER VARCHAR2 25 The number of the project to which the asset belongs.
TASK_ID NUMBER 18 The identifier of the task; value is 0 on project-level assignments.
TASK_NAME VARCHAR2 255 The name of the task to which the asset belongs.
TASK_NUMBER VARCHAR2 100 The number of the task to which the asset belongs.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PREV_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the previous request ID of the job that processed this record.
LOAD_REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that loaded this record.
PROCESS_GROUP_ID NUMBER 18 Identifier on each record to group a batch of records for parallel processing.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated 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
PJC_ASSET_ASSIGN_INT_N1 Non Unique Default BATCH_NAME
PJC_ASSET_ASSIGN_INT_N2 Non Unique Default PROJECT_NUMBER
PJC_ASSET_ASSIGN_INT_N3 Non Unique Default PROCESS_GROUP_ID, STATUS_CODE
PJC_ASSET_ASSIGN_INT_N4 Non Unique Default REQUEST_ID, PROJECT_ID, TASK_ID
PJC_ASSET_ASSIGN_INT_N5 Non Unique Default PROJECT_ASSET_ID
PJC_ASSET_ASSIGN_INT_U1 Unique Default ASSET_ASGN_INTERFACE_ID