DBA Data[Home] [Help] [Dependency Information]


TABLE: OKC.OKC_BUS_DOC_EVENTS_B

Object Details
Object Name: OKC_BUS_DOC_EVENTS_B
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_BUS_DOC_EVENTS_B
Subobject Name:
Status: VALID


Business Document Events are certain key events in the business document life cycle. Deliverable due dates are based on the occurrence of these events. These events are seeded by external applications.
For example following are the business document events identified in Purchasing document.
Purchase Order Signed
Purchase Order Cancelled
Purchase Order Closed


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_BUS_DOC_EVENTS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnBUS_DOC_EVENT_ID
OKC_BUS_DOC_EVENTS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnBUS_DOC_TYPE
Columns
Name Datatype Length Mandatory Comments
OBJECT_VERSION_NUMBER NUMBER (9)
Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
BUS_DOC_EVENT_ID NUMBER
Yes Unique Identifier for a Business Document Event. Also the Primary key for the table.
BUSINESS_EVENT_CODE VARCHAR2 (30) Yes Textual Identifer for the given Business Document Event.
BUS_DOC_TYPE VARCHAR2 (30) Yes Business Document Type for the given Business Document Event.
BEFORE_AFTER VARCHAR2 (1) Yes Code Value to signify whether the given Deliverable is due Before or After the specified Business Document Event. Points to fnd lookup type OKC_DEL_BEF_AFT.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
START_END_QUALIFIER VARCHAR2 (30) Yes Code Value to identify whether, for a given Deliverable, the specified Business Document Event can be used as the starting event or ending event or both. Points to fnd lookup type OKC_REPEAT_UNTIL_EVENT
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OBJECT_VERSION_NUMBER
,      BUS_DOC_EVENT_ID
,      BUSINESS_EVENT_CODE
,      BUS_DOC_TYPE
,      BEFORE_AFTER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      START_END_QUALIFIER
FROM OKC.OKC_BUS_DOC_EVENTS_B;

Dependencies

[top of page]

OKC.OKC_BUS_DOC_EVENTS_B does not reference any database object

OKC.OKC_BUS_DOC_EVENTS_B is referenced by following:

SchemaAPPS
SynonymOKC_BUS_DOC_EVENTS_B