POZ_INFOLET_COUNTS

Context and count information for the infolet UI components on the Source to Settle page.

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

POZ_INFOLET_COUNTS_PK

INFOLET_COUNT_ID

Columns

Name Datatype Length Precision Not-null Comments
INFOLET_COUNT_ID NUMBER 18 Yes Infolet count record unique identifier.
INFOLET_CONTEXT VARCHAR2 30 Yes Infolet context identifier for different sets of detail content. Every Infolet context groups a collection of count values for different types. It stores lookup type code to represent different contexts. For example, POZ_VENDOR_TYPE, ORA_POZ_BUSINESS_RELATIONSHIP, POZ_BUSINESS_CLASSIFICATIONS and POZ_SUPPLIER_COUNT.
INFOLET_COUNT_LOOKUP_CODE VARCHAR2 30 Yes Lookup code detail inside the Infolet context. Only store top 5 and the rest will store the cumulative count as 'Others'.
INFOLET_COUNT NUMBER 9 Yes Record count for specific lookup code, store the last successfully updated value.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated 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.
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.

Indexes

Index Uniqueness Tablespace Columns
POZ_INFOLET_COUNTS_U1 Unique Default INFOLET_COUNT_ID