[Home] [Help]
[Dependency Information]
| Object Name: | PAYLV_PAYMENT_TYPE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAYLV_PAYMENT_TYPE_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Used in Payment Type (List)
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_TYPE_NAME | VARCHAR2 | (80) | Translated name of the payment type. | |
| PAYMENT_TYPE_ID | NUMBER | System generated unique key. | ||
| ORDER_BY | VARCHAR2 | (80) | Translated name of the payment type. |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_TYPE_NAME
, PAYMENT_TYPE_ID
, ORDER_BY
FROM APPS.PAYLV_PAYMENT_TYPE_V;
APPS
PAY_PAYMENT_TYPES
PAY_PAYMENT_TYPES_TL
PUBLIC
DUAL
APPS.PAYLV_PAYMENT_TYPE_V is not referenced by any database object
|
|
|
|