[Home] [Help]
[Dependency Information]
| Object Name: | OKX_BUS_PROCESSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_BUS_PROCESSES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
CS_BUSINESS_PROCESSES
APPS
OKS_BUS_PROCESSES_HV
OKS_BUS_PROCESSES_V
OKS_ENTITLEMENTS_WEB
- show dependent code
OKS_ENT_COVER_TIMES_V
OKS_ENT_TXN_GROUPS_V
|
|
|
|