[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_RUL_OUTAPPL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PR_RUL_OUTAPPL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Contains description about the prg calendar. It is the combination of cal type, alternate code, start dt, end dt, cal type, abbreviation and others.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRGCAL | VARCHAR2 | (117) | Describes the progression calendar, that contains cal type, alternae Code, start date, end date,sequence number and others | |
| START_DT | DATE | Yes | The date from that a calendar instance becomes effective. Forexample, the calendar instance semester 1 1999 can commenceon 1/3/1999. | |
| END_DT | DATE | Yes | The date from that a calendar instance is no longer effective. For example, the calendar instance semester 1 1999 can end on 11/6/1999. |
Cut, paste (and edit) the following text to query this object:
SELECT PRGCAL
, START_DT
, END_DT
FROM APPS.IGS_PR_RUL_OUTAPPL_V;
APPS
IGS_CA_INST
IGS_CA_STAT
IGS_CA_TYPE
IGS_EN_GEN_014
- show dependent code
APPS.IGS_PR_RUL_OUTAPPL_V is not referenced by any database object
|
|
|
|