[Home] [Help]
[Dependency Information]
| Object Name: | OZF_FUNDS_CUST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| FUND_ID | NUMBER | Fund Identifier | ||
| FUND_NUMBER | VARCHAR2 | (30) | Fund Number | |
| SHORT_NAME | VARCHAR2 | (240) | Fund Short Name | |
| CURRENCY | VARCHAR2 | (15) | Fund Currency | |
| CUSTOM_SETUP_ID | NUMBER | Custom Setup Identifier of the fund | ||
| OWNER | NUMBER | Fund Owner | ||
| CUST_NAME | VARCHAR2 | (2000) | Customer Name , the fund is eligible for. | |
| PARTY_ID | NUMBER | Party Identifier | ||
| ACCOUNT_NAME | VARCHAR2 | (402) | Account Name | |
| ACCOUNT_ID | NUMBER | Account Identifier | ||
| PLANNED_AMT | NUMBER | Planned Amount of the fund | ||
| COMMITTED_AMT | NUMBER | Committed Amount for the fund | ||
| UTILIZED_AMT | NUMBER | Utilized Amount for the Fund | ||
| EARNED_AMT | NUMBER | Earned Amount | ||
| PAID_AMT | NUMBER | Paid Amount for the fund | ||
| RECAL_COMMITTED | NUMBER | Recalculated Committed Amount | ||
| TOTAL | NUMBER | Total Amount of the fund. |
Cut, paste (and edit) the following text to query this object:
SELECT FUND_ID
, FUND_NUMBER
, SHORT_NAME
, CURRENCY
, CUSTOM_SETUP_ID
, OWNER
, CUST_NAME
, PARTY_ID
, ACCOUNT_NAME
, ACCOUNT_ID
, PLANNED_AMT
, COMMITTED_AMT
, UTILIZED_AMT
, EARNED_AMT
, PAID_AMT
, RECAL_COMMITTED
, TOTAL
FROM APPS.OZF_FUNDS_CUST_V;
APPS
AMS_ACT_MARKET_SEGMENTS
AMS_CELLS_VL
AMS_LIST_HEADERS_VL
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES_ALL
HZ_CUST_SITE_USES_ALL
HZ_PARTIES
OZF_FUNDS_ALL_VL
OZF_TERR_V
QP_QUALIFIERS
APPS.OZF_FUNDS_CUST_V is not referenced by any database object
|
|
|
|