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


VIEW: APPS.IGS_PS_UNIT_CATEGORY

Object Details
Object Name: IGS_PS_UNIT_CATEGORY
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_UNIT_CATEGORY
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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
UNIT_CD VARCHAR2 (10) Yes
VERSION_NUMBER NUMBER (3) Yes
UNIT_CAT VARCHAR2 (10) Yes
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)
ORG_ID NUMBER (15)
Query Text

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


SELECT ROW_ID
,      UNIT_CD
,      VERSION_NUMBER
,      UNIT_CAT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM APPS.IGS_PS_UNIT_CATEGORY;

Dependencies

[top of page]

APPS.IGS_PS_UNIT_CATEGORY references the following:

SchemaAPPS
SynonymIGS_PS_UNIT_CATEGORY_ALL
APPS.IGS_PS_UNIT_CATEGORY is referenced by following:

SchemaAPPS
Package BodyIGS_AS_GEN_001 - show dependent code
Package BodyIGS_PS_GEN_008 - show dependent code
Package BodyIGS_PS_VAL_UV - show dependent code
Package BodyIGS_ST_GEN_003 - show dependent code