PJB_BILL_RATE_OVRRDS_INT

Interface table for importing bill rate overrides in Fusion.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PJB_BILL_RATE_OVRRDS_INT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch Id is unique for a bulk import batch.
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier for each interface row within a batch.
EXT_SOURCE VARCHAR2 150 Along with Ext_Key, it forms a unique key in pjb_bill_rate_ovrrds table.
EXT_KEY VARCHAR2 150 Along with Ext_Source, it forms a unique key in pjb_bill_rate_ovrrds table.
PLAN_EXT_SOURCE VARCHAR2 150 Along with Plan_Ext_Key, it forms a unique key in pjb_bill_plans_b table.
PLAN_EXT_KEY VARCHAR2 150 Along with Plan_Ext_Source, it forms a unique key in pjb_bill_plans_b table.
IMPORT_STATUS_CODE VARCHAR2 30 Gives status of a row during import. Possible values are - I(In-process), V(Valid), S(Success), W(Warning), E(Error) and X(Format error).
ACTION_CODE VARCHAR2 30 Specifies operation for a row. Possible values are NULL, INSERT, UPDATE and DELETE.
INTERNAL_ACTION_CODE VARCHAR2 30 Internal column and will be set to UPDATE or INSERT for rows with ACTION_CODE=NULL depending on row already exists or not.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
FILE_NAME_SYSTASK_ID NUMBER 18 Internal column, used by file import to save the individual sys task id for each input csv file.
FILE_RECORD_NUM NUMBER 18 Internal column, used by file import to save the record number in each input csv file.
LANGUAGE_CODE VARCHAR2 4 Indicates the code of the language into which the contents of the translatable foreign key columns are translated.
BILL_RATE_OVERRIDE_ID NUMBER 18 Not user enterable. For Internal usage. Refer to pjb_bill_rate_ovrrds table for functional usage.
MAJOR_VERSION NUMBER 18 Not user enterable. For Internal usage. Refer to pjb_bill_rate_ovrrds table for functional usage.
RATE_OVERRIDE_TYPE_CODE VARCHAR2 30 Should be provided as EMP for Person Rate Overrides, JOB for Job Rate Overrides , NONLABOR for Nonlabor Rate Overrides.
BILL_PLAN_ID NUMBER 18 Not user enterable. For Internal usage. Refer to pjb_bill_rate_ovrrds table for functional usage.
CONTRACT_LINE_ID NUMBER 18 CONTRACT_LINE_ID
LINE_EXT_SOURCE VARCHAR2 150 Along with Line_Ext_Key, it forms a unique key in okc_k_lines_b table.
LINE_EXT_KEY VARCHAR2 150 Along with Line_Ext_Source, it forms a unique key in okc_k_lines_b table.
RATE NUMBER RATE
RATE_CURRENCY_CODE VARCHAR2 30 RATE_CURRENCY_CODE
BILL_RATE_UNIT_CODE VARCHAR2 30 Not user enterable. For Internal usage. Refer to pjb_bill_rate_ovrrds table for functional usage.
DISCOUNT_PERCENTAGE NUMBER DISCOUNT_PERCENTAGE
MARKUP_PERCENTAGE NUMBER MARKUP_PERCENTAGE
RATE_DISC_REASON_CODE VARCHAR2 30 RATE_DISC_REASON_CODE
RATE_DISC_REASON_MEANING VARCHAR2 80 RATE_DISC_REASON_MEANING
PERSON_ID NUMBER 18 PERSON_ID
PERSON_LIST_NAME VARCHAR2 240 PERSON_LIST_NAME
PERSON_NUMBER VARCHAR2 30 PERSON_NUMBER
JOB_ID NUMBER 18 JOB_ID
JOB_NAME VARCHAR2 240 JOB_NAME
JOB_CODE VARCHAR2 30 JOB_CODE
EXPENDITURE_TYPE_ID NUMBER 18 EXPENDITURE_TYPE_ID
EXPENDITURE_TYPE_NAME VARCHAR2 240 EXPENDITURE_TYPE_NAME
NON_LABOR_RESOURCE_ID NUMBER 18 NON_LABOR_RESOURCE_ID
NON_LABOR_RES_NAME VARCHAR2 240 NON_LABOR_RES_NAME
ORGANIZATION_ID NUMBER 18 ORGANIZATION_ID
ORGANIZATION_NAME VARCHAR2 240 ORGANIZATION_NAME
START_DATE_ACTIVE DATE START_DATE_ACTIVE
END_DATE_ACTIVE DATE END_DATE_ACTIVE
INTERNAL_RATE_OVRRD_OVN NUMBER 9 Object Version Number copied from corresponding bill rate override record. This is used for UPDATE cases to see if record is updated by another user during processing of bulk import and throw error appropriately.
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.
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
PJB_BILL_RATE_OVRRDS_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID