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


VIEW: APPS.IGW_APPLICANT_DEPT_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


IGW_APPLICANT_DEPT_V displays the name and major subdivision of the applicant unit. Applicant units belong to the applicant organization.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER (15) Yes Proposal identifier
ORGANIZATION_ID NUMBER (15)
Applicant unit identifier
ORGANIZATION_NAME VARCHAR2 (240) Yes Applicant organization
MAJOR_SUBDIVISION_CODE VARCHAR2 (30)
Major subdivision identifier
MAJOR_SUBDIVISION_NAME VARCHAR2 (80)
School, college, or other major subdivision, such as medical, dental, engineering, graduate, nursing, or public health
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROPOSAL_ID
,      ORGANIZATION_ID
,      ORGANIZATION_NAME
,      MAJOR_SUBDIVISION_CODE
,      MAJOR_SUBDIVISION_NAME
FROM APPS.IGW_APPLICANT_DEPT_V;

Dependencies

[top of page]

APPS.IGW_APPLICANT_DEPT_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymIGW_ORG_DETAILS
SynonymIGW_PROPOSALS_ALL

APPS.IGW_APPLICANT_DEPT_V is not referenced by any database object