[Home] [Help]
[Dependency Information]
| Object Name: | ASO_I_PAYMENT_TERMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ASO.ASO_I_PAYMENT_TERMS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_TERM_ID | NUMBER | (15) | Yes | Payment term identifier |
| START_DATE_ACTIVE | DATE | Yes | Date record becomes active | |
| END_DATE_ACTIVE | DATE | Date record becomes inactive | ||
| BASE_AMOUNT | NUMBER | Yes | Sum of the relative amount for the installments | |
| NAME | VARCHAR2 | (15) | Yes | Name of this payment term |
| DESCRIPTION | VARCHAR2 | (240) | Description of this payment term |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_TERM_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, BASE_AMOUNT
, NAME
, DESCRIPTION
FROM APPS.ASO_I_PAYMENT_TERMS_V;
APPS
RA_TERMS_VL
APPS.ASO_I_PAYMENT_TERMS_V is not referenced by any database object
|
|
|
|