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


VIEW: APPS.IGSBV_UNIT_PROG_STRUCT_REFS

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

View Type

A Business Intelligence System view


This is the base view, which describes reference code or codes related to the unit.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_CODE VARCHAR2 (10) Yes The code of the unit for which the reference code is specified.
VERSION_NUMBER NUMBER (3) Yes The version number of the unit for which the reference code is specified.
REFERENCE_CODE_TYPE VARCHAR2 (10) Yes The type, or classification, of an 'other system' unit reference code.
REFERENCE_CODE VARCHAR2 (30) Yes An 'othter system' reference code for a unit. For example, an IVRS code used to represent a unit.
REFERENCE_DESCRIPTION VARCHAR2 (60)
The description, or name, of the unit reference code.
UNIT_TITLE VARCHAR2 (90) Yes The title of the unit.
REFERENCE_CD_TYPE_DESCRIPTION VARCHAR2 (60) Yes Reference Code Type description.
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.
Query Text

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


SELECT UNIT_CODE
,      VERSION_NUMBER
,      REFERENCE_CODE_TYPE
,      REFERENCE_CODE
,      REFERENCE_DESCRIPTION
,      UNIT_TITLE
,      REFERENCE_CD_TYPE_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_UNIT_PROG_STRUCT_REFS;

Dependencies

[top of page]

APPS.IGSBV_UNIT_PROG_STRUCT_REFS references the following:

SchemaAPPS
SynonymIGS_GE_REF_CD_TYPE_ALL
SynonymIGS_PS_UNIT_REF_CD
SynonymIGS_PS_UNIT_VER_ALL

APPS.IGSBV_UNIT_PROG_STRUCT_REFS is not referenced by any database object