[Home] [Help]
[Dependency Information]
| Object Name: | CS_CP_AGREEMENTS_RG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_CP_AGREEMENTS_RG_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_ID | NUMBER | Yes | Agreement identifier | |
| AGREEMENT_NAME | VARCHAR2 | (240) | Yes | Agreement name |
| AGREEMENT_NUMBER | VARCHAR2 | (50) | Agreement number | |
| CUST_ACCOUNT_ID | NUMBER | (15) | Customer account identifier | |
| PARTY_NAME | VARCHAR2 | (360) | Party name | |
| PARTY_NUMBER | VARCHAR2 | (30) | Party number | |
| ACCOUNT_NUMBER | VARCHAR2 | (30) | Account number |
Cut, paste (and edit) the following text to query this object:
SELECT AGREEMENT_ID
, AGREEMENT_NAME
, AGREEMENT_NUMBER
, CUST_ACCOUNT_ID
, PARTY_NAME
, PARTY_NUMBER
, ACCOUNT_NUMBER
FROM APPS.CS_CP_AGREEMENTS_RG_V;
APPS
ASO_I_AGREEMENTS_V
HZ_CUST_ACCOUNTS
HZ_PARTIES
APPS.CS_CP_AGREEMENTS_RG_V is not referenced by any database object
|
|
|
|