DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ASO_I_PAYMENT_TERMS_V

Object Details
Object Name: ASO_I_PAYMENT_TERMS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_PAYMENT_TERMS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.ASO_I_PAYMENT_TERMS_V references the following:

SchemaAPPS
ViewRA_TERMS_VL

APPS.ASO_I_PAYMENT_TERMS_V is not referenced by any database object