[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_SERVIC_PLAN |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_SERVIC_PLAN
|
| Subobject Name: | |
| Status: | VALID |
Contains one row for each Transcript Service Plan offered by the institution. It is also used to support allowance of several "free" transcripts per career or academic year. If an institution does not desire a seeded service, use of the closed indicator renders it inactive. No entries are made in this table if the option "Offer Transcript Service Plans" is not checked.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_SERVIC_PLAN_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PLAN_ID
|
| IGS_AS_SERVIC_PLAN_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PLAN_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | (15) | Yes | System generated. |
| PLAN_TYPE | VARCHAR2 | (80) | Yes | Seeded or user entered. |
| UNLIMITED_IND | VARCHAR2 | (1) | Yes | Value 'Y' or 'N' |
| QUANTITY_LIMIT | NUMBER | (3) | User entered unless "Unlimited" = 'Y'; then null. Maximum value of 999. No decimals allowed. | |
| PERIOD_OF_PLAN | VARCHAR2 | (30) | Yes | Seeded LOV; value chosen from LOV |
| TOTAL_PERIODS_COVERED | NUMBER | (3) | Optional. Use Career/Program for "Free Transcript" plan or Term/Academic Year descriptor for user-defined plans. Not used for "Lifetime Transcript" Plan. | |
| FEE_AMOUNT | NUMBER | (15) | Yes | Price for the Service plan. Greater than zero; allow two decimal places. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Value 'Y' or 'N'; if "N", never appears as a choice of plans to be subscribed to by a student. |
| 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 | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, PLAN_TYPE
, UNLIMITED_IND
, QUANTITY_LIMIT
, PERIOD_OF_PLAN
, TOTAL_PERIODS_COVERED
, FEE_AMOUNT
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_SERVIC_PLAN;
IGS.IGS_AS_SERVIC_PLAN does not reference any database object
IGS.IGS_AS_SERVIC_PLAN is referenced by following:
APPS
IGS_AS_SERVIC_PLAN
|
|
|
|