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


VIEW: APPS.OKX_BUS_PROCESSES_V

Object Details
Object Name: OKX_BUS_PROCESSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_BUS_PROCESSES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Displays transaction group definitions, business processes that group related transaction types.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID1 NUMBER (15) Yes Unique key to identify a transaction group
ID2 CHAR (1)
(Multi-part) Primary Key
NAME VARCHAR2 (90) Yes Name of the transaction group
DESCRIPTION VARCHAR2 (240)
Description of the transaction group
STATUS VARCHAR2 (1)
Status
START_DATE_ACTIVE DATE

Specifies the start date for a transaction group if it is to be active within a certain period only
END_DATE_ACTIVE DATE

Specifies the end date for a transaction group if it is required to be active only within the specified date range
INVENTORY_ITEM_ID VARCHAR2 (0)
Inventory item identifier
ORGANIZATION_ID VARCHAR2 (0)
Organization identifier
PRIMARY_UOM_CODE VARCHAR2 (0)
Primary unit of measure code
Query Text

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


SELECT ID1
,      ID2
,      NAME
,      DESCRIPTION
,      STATUS
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      PRIMARY_UOM_CODE
FROM APPS.OKX_BUS_PROCESSES_V;

Dependencies

[top of page]

APPS.OKX_BUS_PROCESSES_V references the following:

SchemaAPPS
SynonymCS_BUSINESS_PROCESSES
APPS.OKX_BUS_PROCESSES_V is referenced by following:

SchemaAPPS
ViewOKS_BUS_PROCESSES_HV
ViewOKS_BUS_PROCESSES_V
Package BodyOKS_ENTITLEMENTS_WEB - show dependent code
ViewOKS_ENT_COVER_TIMES_V
ViewOKS_ENT_TXN_GROUPS_V