[Home] [Help]
[Dependency Information]
| Object Name: | OE_AGREEMENTS_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OE_AGREEMENTS_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGREEMENT_NAME | VARCHAR2 | (4000) | ||
| AGREEMENT_ID | NUMBER | Yes | ||
| AGREEMENT_TYPE | VARCHAR2 | (30) | ||
| SOLD_TO_ORG_ID | NUMBER | |||
| START_DATE_ACTIVE | DATE | |||
| END_DATE_ACTIVE | DATE | |||
| TERM_ID | NUMBER | |||
| PRICE_LIST_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT AGREEMENT_NAME
, AGREEMENT_ID
, AGREEMENT_TYPE
, SOLD_TO_ORG_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, TERM_ID
, PRICE_LIST_ID
FROM APPS.OE_AGREEMENTS_LOV_V;
APPS
OE_AGREEMENTS_VL
OE_VIEW_FUNCTIONS
- show dependent code
APPS
OE_OE_PRICING_AVAILABILITY
- show dependent code
QP_UTIL_PUB
- show dependent code
|
|
|
|