[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AS_DOC_FEE_STUP |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AS_DOC_FEE_STUP
|
| Subobject Name: | |
| Status: | VALID |
This table holds the document fees for each type of document delivery method
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AS_DOC_FEE_STUP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TFEE_ID
|
| IGS_AS_DOC_FEE_STUP_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DOCUMENT_TYPE
LOWER_RANGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TFEE_ID | NUMBER | (15) | Yes | It is Primary Key for this table. It is Generated through Sequence IGS_AS_DOC_FEE_STUP_S. |
| DOCUMENT_TYPE | VARCHAR2 | (30) | Yes | Transcript Type |
| LOWER_RANGE | NUMBER | (15) | Lower range for the number of copies ordered | |
| UPPER_RANGE | NUMBER | (15) | Upper range for the number of copies ordered | |
| PAYMENT_TYPE | VARCHAR2 | (1) | It is the criterion of paying the amount. It can be Flat rate (F) , Per Copy (P) or Life Time (L). | |
| AMOUNT | NUMBER | (15) | Yes | This is the amount to be paid for that type of transcript. |
| FEE_TYPE | VARCHAR2 | (10) | Yes | This is the fee type against which the payment will be done. |
| 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 TFEE_ID
, DOCUMENT_TYPE
, LOWER_RANGE
, UPPER_RANGE
, PAYMENT_TYPE
, AMOUNT
, FEE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AS_DOC_FEE_STUP;
IGS.IGS_AS_DOC_FEE_STUP does not reference any database object
IGS.IGS_AS_DOC_FEE_STUP is referenced by following:
APPS
IGS_AS_DOC_FEE_STUP
|
|
|
|