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


VIEW: APPS.IGW_PRPO_ORG_TYPES_V

Object Details
Object Name: IGW_PRPO_ORG_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGW.IGW_PRPO_ORG_TYPES_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGW_PRPO_ORG_TYPES_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewIGW_LOOKUPS_V
SynonymIGW_ORG_TYPES
ViewIGW_PROPOSALS

APPS.IGW_PRPO_ORG_TYPES_V is not referenced by any database object