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


VIEW: APPS.IGS_PS_RSV_OGPRI

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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


This view displays the Priorities for the reserved seating at Organizational Unit level


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
RSV_ORG_UNIT_PRI_ID NUMBER
Yes
ORG_UNIT_CD VARCHAR2 (30) Yes
PRIORITY_ORDER NUMBER (2) Yes
PRIORITY_VALUE VARCHAR2 (30) Yes
ORG_ID NUMBER (15)
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT ROW_ID
,      RSV_ORG_UNIT_PRI_ID
,      ORG_UNIT_CD
,      PRIORITY_ORDER
,      PRIORITY_VALUE
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_RSV_OGPRI;

Dependencies

[top of page]

APPS.IGS_PS_RSV_OGPRI references the following:

SchemaAPPS
SynonymIGS_PS_RSV_OGPRI_ALL
APPS.IGS_PS_RSV_OGPRI is referenced by following:

SchemaAPPS
Package BodyIGS_EN_ELGBL_UNIT - show dependent code
Package BodyIGS_EN_GEN_015 - show dependent code
Package BodyIGS_PS_RSV_OGPRI_PKG - show dependent code
ViewIGS_PS_RSV_OGPRI_V
ViewIGS_PS_RSV_ORGUN_PRF_V