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


VIEW: APPS.IGR_I_E_ORGUNITS_V

Object Details
Object Name: IGR_I_E_ORGUNITS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGR_I_E_ORGUNITS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

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

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;

Dependencies

[top of page]

APPS.IGR_I_E_ORGUNITS_V references the following:

SchemaAPPS
SynonymIGR_I_E_ORGUNITS
ViewIGS_OR_UNIT_V

APPS.IGR_I_E_ORGUNITS_V is not referenced by any database object