[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_UNIT_PROG_STRUCT_REFS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_UNIT_PROG_STRUCT_REFS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the base view, which describes reference code or codes related to the unit.
| 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. |
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;
APPS
IGS_GE_REF_CD_TYPE_ALL
IGS_PS_UNIT_REF_CD
IGS_PS_UNIT_VER_ALL
APPS.IGSBV_UNIT_PROG_STRUCT_REFS is not referenced by any database object
|
|
|
|