[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_HIGH_EDU_PRG_OWNERSHIPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_HIGH_EDU_PRG_OWNERSHIPS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is a base view, which describes the organizational units which own a program and the percentage of ownership division.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | Unique identifier of a program for which the ownership is being specified. |
| PROGRAM_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of a program for which the ownership is being specified. |
| ORGANIZATION_UNIT_CODE | VARCHAR2 | (30) | Yes | Unique identifier for an organizational unit that is designated as owner of a program version. |
| ORGANIZATION_UNIT_START_DATE | DATE | Yes | Start date of an organizational unit designated as owner of a program version. | |
| PERCENTAGE_ALLOCATION | NUMBER | (5) | Yes | Details the percentage split between multiple owners of a program, or will be 100% if there is only one owner. |
| PROGRAM_TITLE | VARCHAR2 | (90) | Yes | Description of the program for which the ownership is being specified. |
| ORGANIZATION_UNIT_DESCRIPTION | VARCHAR2 | (360) | Yes | Name of the organization unit that is designated as owner of a program version. |
| 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 PROGRAM_CODE
, PROGRAM_VERSION_NUMBER
, ORGANIZATION_UNIT_CODE
, ORGANIZATION_UNIT_START_DATE
, PERCENTAGE_ALLOCATION
, PROGRAM_TITLE
, ORGANIZATION_UNIT_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_HIGH_EDU_PRG_OWNERSHIPS;
APPS
IGS_OR_INST_ORG_BASE_V
IGS_PS_OWN
IGS_PS_VER_ALL
APPS.IGSBV_HIGH_EDU_PRG_OWNERSHIPS is not referenced by any database object
|
|
|
|