[Home] [Help]
[Dependency Information]
| Object Name: | AR_PAYMENT_TERM_S_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_PAYMENT_TERM_S_VL
|
| 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 |
|---|---|---|---|---|
| PMT_TERM_DESCRIPTION | VARCHAR2 | (240) | Description of this payment term | |
| PMT_TERM_NAME | VARCHAR2 | (15) | Yes | Name of this payment term |
| EVENT_ID | NUMBER | (15) | ||
| LINE_NUMBER | NUMBER | (15) | ||
| LANGUAGE | VARCHAR2 | (4) | Yes | |
| LEDGER_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT PMT_TERM_DESCRIPTION
, PMT_TERM_NAME
, EVENT_ID
, LINE_NUMBER
, LANGUAGE
, LEDGER_ID
FROM APPS.AR_PAYMENT_TERM_S_VL;
APPS
AR_XLA_LINES_EXTRACT
RA_TERMS_TL
APPS.AR_PAYMENT_TERM_S_VL is not referenced by any database object
|
|
|
|