[Home] [Help]
[Dependency Information]
| Object Name: | IGW_PRPO_ORG_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGW.IGW_PRPO_ORG_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
IGW_PRPO_ORG_TYPES_V displays the applicant organization's type. This view is used in generating a flat file for Electronic Data Interchange.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROPOSAL_ID | NUMBER | (15) | Yes | |
| ORGANIZATION_ID | NUMBER | (15) | Yes | |
| ORG_TYPE_CODE | VARCHAR2 | (30) | Yes | |
| ORG_TYPE | VARCHAR2 | (80) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PROPOSAL_ID
, ORGANIZATION_ID
, ORG_TYPE_CODE
, ORG_TYPE
FROM APPS.IGW_PRPO_ORG_TYPES_V;
APPS
FND_GLOBAL
- show dependent code
IGW_LOOKUPS_V
IGW_ORG_TYPES
IGW_PROPOSALS
APPS.IGW_PRPO_ORG_TYPES_V is not referenced by any database object
|
|
|
|