PJC_ASSET_LINES_INT

PJC_ASSET_LINES_INT stores information about asset lines imported using FBDI.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PJC_ASSET_LINES_INT_PK

ASSETLINE_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSETLINE_INTERFACE_ID NUMBER 18 Yes The system-generated number that uniquely identifies the interface record.
SPLIT_PERCENTAGE NUMBER The percentage of the original project asset line cost that will be allocated to the newly created split project asset line.
PROJECT_ASSET_LINE_ID NUMBER 18 Yes The system-generated number that uniquely identifies the asset line.
PROJECT_ASSET_NAME VARCHAR2 240 User-defined name that uniquely identifies an asset within a project.
PROJECT_ASSET_ID NUMBER 18 The system-generated number that uniquely identifies the asset.
ORIGINAL_ASSET_COST NUMBER The cost amount of the line at the time the line was originally created.
CURRENT_ASSET_COST NUMBER The line's current cost amount; split lines have a current cost <> original cost.
TRANSFER_STATUS_CODE VARCHAR2 1 Status of the asset line as the cost information is transferred to Oracle Assets.
STATUS_CODE VARCHAR2 240 Yes Processing status. P-Pending, S-Success, R-Rejected.
SUB_REQUEST_ID NUMBER 18 Sub request ID for the parallelization process.
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 Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes 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.
FA_PERIOD_NAME VARCHAR2 15 Asset book depreciation calendar period name to which the asset cost was posted.

Indexes

Index Uniqueness Tablespace Columns
PJC_ASSET_LINES_INT_N1 Non Unique Default PROJECT_ASSET_LINE_ID
PJC_ASSET_LINES_INT_N2 Non Unique Default SUB_REQUEST_ID, STATUS_CODE
PJC_ASSET_LINES_INT_N3 Non Unique Default REQUEST_ID, PROCESS_GROUP_ID
PJC_ASSET_LINES_INT_U1 Unique Default ASSETLINE_INTERFACE_ID