PON_BID_BUS_CLASSIFICATION_INT

PON_BID_BUS_CLASS_INTERFACE temporarily stores responses to business classifications that are uploaded from a spreadsheet. Once the information is uploaded, the interface is processed and the errors are reported in PON_INTERFACE_ERRORS

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PON_BID_BUS_CLASS_INTERFA_PK

BATCH_ID, REQUIREMENT_ID, INTERFACE_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique Batch Identifier
BID_NUMBER NUMBER 18 Yes Bid Number
REQUIREMENT_ID NUMBER 18 Yes Requirement ID
WORKSHEET_NAME VARCHAR2 80 Name of the Work sheet used during XML spreadhsheet upload
INTERFACE_LINE_ID NUMBER 18 Yes Line number corresponding to the spreadsheet line number
WORKSHEET_SEQUENCE_NUMBER NUMBER Sequence number of the worksheet.This is used to sort the errrors from middle tier and pl/sql layer.
BUS_CLASS_REQUEST_ID NUMBER 18 Business Classification request identifier . Tied to POZ_BUS_CLASS_REQS.BUS_CLASS_REQUEST_ID
CLASSIFICATION_LOOKUP_CODE VARCHAR2 30 Tied to POZ_BUS_CLASSIFICATIONS.LOOKUP_CODE
SUB_CLASSIFICATION_LOOKUP_CODE VARCHAR2 240 Tied to POZ_BUS_CLASSIFICATIONS.EXT_ATTR_1
CERTIFICATION_AGENCY VARCHAR2 255 Tied to POZ_BUS_CLASS_REQS.CERTIFICATION_AGENCY
OTHER_CERTIFYING_AGENCY VARCHAR2 255 Tied to POZ_BUS_CLASS_REQS.OTHER_CERTIFYING_AGENCY
CERTIFICATION_NO VARCHAR2 80 Tied to POZ_BUS_CLASS_REQS.CERTIFICATION_NO
START_DATE DATE Tied to POZ_BUS_CLASS_REQS.START_DATE
EXPIRATION_DATE DATE Tied to POZ_BUS_CLASS_REQS.EXPIRATION_DATE
NOTES VARCHAR2 1000 Provision to capture any additional information regarding the classification. Tied to POZ_BUS_CLASS_REQS.NOTES
CLASSIFICATION_ID_ORIGINAL NUMBER 18 Tied to POZ_BUS_CLASS_REQS.CLASSIFICATION_ID_ORIGINAL
CERTIFYING_AGENCY_ID NUMBER 18 Tied to POZ_BUS_CLASS_REQS.CERTIFYING_AGENCY_ID
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.

Indexes

Index Uniqueness Tablespace Columns
PON_BID_BUS_CLASS_INT_U1 Unique Default BATCH_ID, REQUIREMENT_ID, INTERFACE_LINE_ID