[Home] [Help]
[Dependency Information]
Object Name: | IGW_APPLICANT_DEPT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.IGW_APPLICANT_DEPT_V is not referenced by any database object
|
|
|