[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_HR_ED_PR_CATEGORIZATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_HR_ED_PR_CATEGORIZATIONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the full view which describes the categories that are applied to a program. There can be multiple categories for each program.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | The unique code for a program assigned to a program category. |
| VERSION_NUMBER | NUMBER | (3) | Yes | The version number of a program assigned to a program category. |
| PROGRAM_CATEGORY | VARCHAR2 | (10) | Yes | The unique identifier for the institution-defined program category. |
| PROGRAM_TITLE | VARCHAR2 | (90) | Yes | The title or full name of the program. |
| PROGRAM_CATEGORY_DESCRIPTION | VARCHAR2 | (60) | Yes | Describes the institution-defined program categories, which may be assigned to programs offered by the institution. |
| 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
, VERSION_NUMBER
, PROGRAM_CATEGORY
, PROGRAM_TITLE
, PROGRAM_CATEGORY_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_HR_ED_PR_CATEGORIZATIONS;
APPS
IGS_PS_CAT
IGS_PS_CATEGORISE_ALL
IGS_PS_VER_ALL
APPS.IGSFV_HR_ED_PR_CATEGORIZATIONS is not referenced by any database object
|
|
|
|