[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_BILL_DPSTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_FI_BILL_DPSTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | The Row Identifier. | |
| BILL_ID | NUMBER | Yes | Bill identifier for this deposit record. | |
| CREDIT_ACTIVITY_ID | NUMBER | (15) | Yes | Credit Activity Identifier for the Deposit record. |
| TRANSACTION_DATE | DATE | Yes | Transaction Date of the Credit Activity. | |
| CREDIT_NUMBER | VARCHAR2 | (60) | Yes | User Defined Credit Transaction Identifier. |
| CREDIT_CLASS | VARCHAR2 | (40) | Yes | The Credit Class of the particular credit. |
| CREDIT_CLASS_MEANING | VARCHAR2 | (80) | Yes | The meaning of the credit class of the particular credit. |
| CREDIT_TYPE_ID | NUMBER | (15) | Yes | The Credit Type Identifier. |
| CREDIT_TYPE_NAME | VARCHAR2 | (60) | Yes | Name of the Credit Type. |
| AMOUNT | NUMBER | Yes | The Amount of the Credit Activity transaction. | |
| 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 ROW_ID
, BILL_ID
, CREDIT_ACTIVITY_ID
, TRANSACTION_DATE
, CREDIT_NUMBER
, CREDIT_CLASS
, CREDIT_CLASS_MEANING
, CREDIT_TYPE_ID
, CREDIT_TYPE_NAME
, AMOUNT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_FI_BILL_DPSTS_V;
APPS
IGS_FI_BILL_DPSTS
IGS_FI_CREDITS
IGS_FI_CR_ACTIVITIES
IGS_FI_CR_TYPES
IGS_LOOKUP_VALUES
APPS.IGS_FI_BILL_DPSTS_V is not referenced by any database object
|
|
|
|