[Home] [Help]
[Dependency Information]
| Object Name: | IGR_I_E_ORGUNITS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGR_I_E_ORGUNITS_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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row ID | |
| ENT_ORG_UNIT_ID | NUMBER | (15) | Yes | Unique identifier of an inquiry organizational unit corresponding to an entry status |
| PARTY_ID | NUMBER | (15) | Yes | Unique identifier for organizational unit |
| ORG_UNIT_CD | VARCHAR2 | (30) | Unique identification number for this party | |
| DESCRIPTION | VARCHAR2 | (360) | Yes | Name of this party |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Closed indicator |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| INQUIRY_TYPE_ID | NUMBER | (15) | Yes | Inquiry Type Id |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ENT_ORG_UNIT_ID
, PARTY_ID
, ORG_UNIT_CD
, DESCRIPTION
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, INQUIRY_TYPE_ID
FROM APPS.IGR_I_E_ORGUNITS_V;
APPS
IGR_I_E_ORGUNITS
IGS_OR_UNIT_V
APPS.IGR_I_E_ORGUNITS_V is not referenced by any database object
|
|
|
|