[Home] [Help]
[Dependency Information]
Object Name: | IGW_OH_EXPENDITURE_CAT_TYPES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENDITURE_CATEGORY_TYPE | VARCHAR2 | (30) | ||
DESCRIPTION | VARCHAR2 | (250) | ||
EXPENDITURE_CATEGORY | VARCHAR2 | (30) | ||
EXPENDITURE_CAT_TYPE_FLAG | CHAR | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENDITURE_CATEGORY_TYPE
, DESCRIPTION
, EXPENDITURE_CATEGORY
, EXPENDITURE_CAT_TYPE_FLAG
FROM APPS.IGW_OH_EXPENDITURE_CAT_TYPES_V;
APPS.IGW_OH_EXPENDITURE_CAT_TYPES_V is not referenced by any database object
|
|
|