[Home] [Help]
[Dependency Information]
Object Name: | AR_AGREEMENTS_S_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
AGREEMENT_ID | NUMBER | Yes | System-generated identifier for the agreement | |
AGREEMENT_NUM | VARCHAR2 | (50) | User-defined number for this agreement | |
AGREEMENT_TYPE_CODE | VARCHAR2 | (30) | Code used to group agreements for reporting | |
EVENT_ID | NUMBER | (15) | ||
LINE_NUMBER | NUMBER | (15) | ||
LEDGER_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT AGREEMENT_ID
, AGREEMENT_NUM
, AGREEMENT_TYPE_CODE
, EVENT_ID
, LINE_NUMBER
, LEDGER_ID
FROM APPS.AR_AGREEMENTS_S_V;
APPS.AR_AGREEMENTS_S_V is not referenced by any database object
|
|
|