[Home] [Help]
[Dependency Information]
| Object Name: | OKX_AGREEMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_AGREEMENTS_V
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Displays information about customer agreements regarding the accounting and invoicing rules application.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGREEMENT_ID | NUMBER | Yes | System-generated identifier for the agreement | |
| PRICE_LIST_ID | NUMBER | Price list used for this agreement | ||
| AGREEMENT_NUM | VARCHAR2 | (50) | User-defined number for this agreement | |
| INVOICING_RULE | NUMBER | Invoicing rule | ||
| ACCOUNTING_RULE | NUMBER | Accounting rule | ||
| CUSTOMER_ID | NUMBER | Sold-to customer | ||
| START_DATE_ACTIVE | DATE | Date this record becomes active, if limited | ||
| END_DATE_ACTIVE | DATE | Date this record becomes inactive, if limited | ||
| NAME | VARCHAR2 | (240) | Yes | Agreement name |
| DESCRIPTION | VARCHAR2 | (30) | Code used to group agreements for reporting | |
| STATUS | VARCHAR2 | (1) | Status |
Cut, paste (and edit) the following text to query this object:
SELECT AGREEMENT_ID
, PRICE_LIST_ID
, AGREEMENT_NUM
, INVOICING_RULE
, ACCOUNTING_RULE
, CUSTOMER_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, NAME
, DESCRIPTION
, STATUS
FROM APPS.OKX_AGREEMENTS_V;
APPS
OE_AGREEMENTS_B
OE_AGREEMENTS_TL
APPS
OKC_GVE_PVT
- show dependent code
OKS_MASSCHANGE_PVT
- show dependent code
|
|
|
|