[Home] [Help]
[Dependency Information]
| Object Name: | OKX_RECEIVABLES_TERMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_RECEIVABLES_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 |
|---|---|---|---|---|
| ID1 | NUMBER | (15) | Yes | Payment term identifier |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| CREDIT_CHECK_FLAG | VARCHAR2 | (1) | Credit Checking flag | |
| START_DATE_ACTIVE | DATE | Yes | Date record becomes active | |
| END_DATE_ACTIVE | DATE | Date record becomes inactive | ||
| DESCRIPTION | VARCHAR2 | (240) | Description of this payment term | |
| NAME | VARCHAR2 | (15) | Yes | Name of this payment term |
| IN_USE | VARCHAR2 | (1) | Yes | Flag to indicate whether this payment term has been referenced in a transaction |
| STATUS | VARCHAR2 | (1) | Status |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, CREDIT_CHECK_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, DESCRIPTION
, NAME
, IN_USE
, STATUS
FROM APPS.OKX_RECEIVABLES_TERMS_V;
APPS
RA_TERMS_B
RA_TERMS_TL
APPS.OKX_RECEIVABLES_TERMS_V is not referenced by any database object
|
|
|
|