[Home] [Help]
[Dependency Information]
Object Name: | XTR_CPARTY_ACCT_LOV_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
CPARTY_CODE | VARCHAR2 | (7) | Counter party code | |
CURRENCY | VARCHAR2 | (15) | Currency | |
ACCOUNT_REFERENCE | VARCHAR2 | (80) | Bank Account reference | |
ACCOUNT_NUMBER | VARCHAR2 | (20) | Alpha-numeric reference to financial accounts of Treasury parties | |
BANK_NAME | VARCHAR2 | (50) | Bank Name |
Cut, paste (and edit) the following text to query this object:
SELECT CPARTY_CODE
, CURRENCY
, ACCOUNT_REFERENCE
, ACCOUNT_NUMBER
, BANK_NAME
FROM APPS.XTR_CPARTY_ACCT_LOV_V;
APPS.XTR_CPARTY_ACCT_LOV_V is not referenced by any database object
|
|
|