[Home] [Help]
[Dependency Information]
| Object Name: | IGW_PRP_ORGANIZATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGW.IGW_PRP_ORGANIZATIONS_V
|
| 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 |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | ||
| NAME | VARCHAR2 | (240) | ||
| BUSINESS_GROUP_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, NAME
, BUSINESS_GROUP_ID
FROM APPS.IGW_PRP_ORGANIZATIONS_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
IGW_IMPLEMENTATIONS
IGW_SECURITY
- show dependent code
MO_GLOBAL
- show dependent code
PA_ORGANIZATIONS_LOV_V
PER_ORG_STRUCTURE_ELEMENTS
APPS.IGW_PRP_ORGANIZATIONS_V is not referenced by any database object
|
|
|
|