Search Results ptd_balance
Overview
APPS.AMS_DM_PARTY_PROFIT_V is a reporting view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the Oracle Marketing (AMS) schema and exposed through the APPS synonym layer. It belongs to the Oracle Trade Management / Enterprise Trade Reporting and Management (ETRM) analytics domain, where it functions as the presentation layer over the customer profit and profitability data warehouse. The view presents party-level (customer-level) profit metrics in a denormalized, reporting-friendly column layout that maps internal warehouse column names to standardized analytical column aliases.
Its principal role is to serve as the canonical source for customer profitability reporting, dashboard visualizations, and downstream extracts. The view reshapes a single physical profitability record into a wide, fixed-slot structure in which revenue, expense, profit, contribution after capital charge (CACC), balance, and period-balance buckets are repeated across five positional slots. This layout is designed to allow BI Publisher reports, Oracle Business Intelligence (OBIEE) models, and custom PL/SQL extracts to consume a uniform schema regardless of the underlying granularity. It is read-only in nature; no DML is performed against the view.
Underlying Base Objects
The view is defined over a single base object, fem_customer_profit, an ETRM/analytics fact-style table that stores customer profitability measures. Unlike many EBS views that join a header and lines table, AMS_DM_PARTY_PROFIT_V is a straightforward projection and aliasing of columns from fem_customer_profit, with no documented joins to additional base tables. Every column in the view traces directly back to a column in that table, and where the reporting schema requires five period slots (for example, ytd1 through ytd5), the same source column is repeated with identical values across all slots. This design implies that the view is intended to honor a positional contract expected by its consumers rather than to project genuinely distinct period values from the base table.
Key Columns
- party_id — mapped from customer_id; the party or customer identifier used for joining to customer and party master data.
- profit, profit_pct — profit contribution and profit percentile, mapped from profit_contrib and profit_percentile.
- relationship_expense — relationship expense associated with the party.
- total_equity, total_roe — allocated equity and return on equity, mapped from allocated_equity and return_on_equity.
- total_gross_contrib — gross contribution, sourced from numeric_measure01.
- contrib_after_cptl_chg — contribution after capital change, the basis for the CACC (cacc1–cacc5, cacc_total) columns.
- partner_value_index — value index mapped from value_index1.
- iso_currency_cd — currency of the reported measures, mapped from currency_code.
- revenue1–revenue5, revenue_total — revenue buckets sourced from numeric_measure01 through numeric_measure05 and total_revenue.
- expense1–expense5, expense_total — expense buckets and total expense.
- profit1–profit5, profit_total — profit buckets and total profit.
- balance1–balance5 — net book balance, mapped from cur_net_book_bal.
- accounts1–accounts5 — primary accounts, mapped from pri_accounts.
- ytd1–ytd5 — year-to-date balances, mapped from ptd_balance. This mapping is the object matched by the search term "ptd_balance": the source column ptd_balance is exposed five times as ytd1 through ytd5.
- ltd1–ltd5 — life-to-date balances, mapped from ltd_balance.
- transaction1–5, ratio1–5, value1–5 — placeholder slots populated with the literal 1.
Common Use Cases and Queries
The view is typically queried for customer profitability dashboards, party-level scorecards, and period-balance extracts. A common pattern selects the party, profit, and the year-to-date balance bucket, joining back to customer master data for names and classifications.
Example — customer profit and YTD balance:
- SELECT party_id, profit, profit_pct, total_roe, total_equity, iso_currency_cd, ytd1, ltd1 FROM apps.ams_dm_party_profit_v WHERE iso_currency_cd = 'USD' ORDER BY profit DESC;
Example — revenue, expense, and profit totals by party:
- SELECT party_id, revenue_total, expense_total, profit_total, contrib_after_cptl_chg FROM apps.ams_dm_party_profit_v WHERE revenue_total > 0;
Because ytd1 through ytd5 and ltd1 through ltd5 repeat the same ptd_balance and ltd_balance source values, queries that compare "period" slots will return identical figures. Analysts should treat these positional columns as schema-compatibility slots and obtain genuine time-series comparisons from the base warehouse or ETRM period tables instead.
-
VIEW: APPS.AMS_DM_PARTY_PROFIT_V
12.1.1
-
VIEW: JL.JL_ZZ_GL_AXI_TMP#
12.2.2
-
View: AMS_DM_PARTY_PROFIT_V
12.2.2
product: AMS - Marketing , description: View used by the seeded data mining profitability data source for parties in the Trading Community Architecture. , implementation_dba_data: Not implemented in this database ,
-
VIEW: JL.JL_ZZ_GL_AXI_TMP#
12.2.2
owner:JL, object_type:VIEW, object_name:JL_ZZ_GL_AXI_TMP#, status:VALID,
-
View: IGC_CBC_SUMMARY_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_SUMMARY_BAL_V ,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.2.2
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_PTD_V
12.2.2
-
View: IGC_CBC_SUMMARY_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_SUMMARY_BAL_V ,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_PTD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_PTD_V, object_name:IGC_CBC_JE_LINES_BAL_PTD_V, status:VALID,
-
VIEW: APPS.IGC_CBC_ALL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.1.1
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_PTD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_PTD_V, object_name:IGC_CBC_JE_LINES_BAL_PTD_V, status:VALID,
-
TABLE: JL.JL_ZZ_GL_AXI_TMP
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_ZZ_GL_AXI_TMP, object_name:JL_ZZ_GL_AXI_TMP, status:VALID,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_SUMMARY_BAL_V, object_name:IGC_CBC_SUMMARY_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_DETAIL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID,
-
View: IGC_CBC_JE_LINES_BAL_PTD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_PTD_V, object_name:IGC_CBC_JE_LINES_BAL_PTD_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_JE_LINES_BAL_PTD_V ,
-
View: IGC_CBC_JE_LINES_BAL_PTD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_PTD_V, object_name:IGC_CBC_JE_LINES_BAL_PTD_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_JE_LINES_BAL_PTD_V ,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.1.1
-
View: IGC_CBC_JE_LINES_BAL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_JE_LINES_BAL_ALL_V ,
-
View: IGC_CBC_JE_LINES_BAL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_JE_LINES_BAL_ALL_V ,
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_PTD_V
12.1.1
-
VIEW: APPS.IGC_CBC_JE_LINES_BAL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_JE_LINES_BAL_ALL_V, object_name:IGC_CBC_JE_LINES_BAL_ALL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_ALL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID,
-
TABLE: JL.JL_ZZ_GL_AXI_TMP
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_ZZ_GL_AXI_TMP, object_name:JL_ZZ_GL_AXI_TMP, status:VALID,
-
VIEW: APPS.IGC_CBC_DETAIL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID,
-
VIEW: APPS.IGC_CBC_SUMMARY_BAL_V
12.2.2
-
View: IGC_CBC_DETAIL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_DETAIL_BAL_V ,
-
View: IGC_CBC_DETAIL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_DETAIL_BAL_V, object_name:IGC_CBC_DETAIL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Summaryl Balances block , implementation_dba_data: APPS.IGC_CBC_DETAIL_BAL_V ,
-
View: IGC_CBC_ALL_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Balances block , implementation_dba_data: APPS.IGC_CBC_ALL_BAL_V ,
-
View: IGC_CBC_ALL_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_ALL_BAL_V, object_name:IGC_CBC_ALL_BAL_V, status:VALID, product: IGC - Contract Commitment , description: View based on je_lines_bal_all view for Account Inquiry Balances block , implementation_dba_data: APPS.IGC_CBC_ALL_BAL_V ,
-
APPS.JL_ZZ_GL_INFL_ADJ_PKG SQL Statements
12.1.1
-
APPS.JL_ZZ_GL_INFL_ADJ_PKG SQL Statements
12.2.2
-
TABLE: FEM.FEM_CUSTOMER_PROFIT
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_CUSTOMER_PROFIT, status:VALID,
-
PACKAGE BODY: APPS.IGC_CBC_INQUIRY_PKG
12.2.2
-
PACKAGE BODY: APPS.IGC_CBC_INQUIRY_PKG
12.1.1
-
TABLE: FEM.FEM_CUSTOMER_PROFIT_T
12.1.1
owner:FEM, object_type:TABLE, object_name:FEM_CUSTOMER_PROFIT_T, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_GL_INFL_ADJ_PKG
12.1.1
-
PACKAGE BODY: APPS.JL_ZZ_GL_INFL_ADJ_PKG
12.2.2
-
eTRM - IGC Tables and Views
12.2.2
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.1.1
description: System parameters for contracts ,
-
APPS.BEN_PRC_BUS dependencies on HR_UTILITY
12.1.1
-
APPS.BEN_PRC_BUS dependencies on HR_UTILITY
12.2.2
-
PACKAGE BODY: APPS.BEN_PRC_BUS
12.1.1
-
PACKAGE BODY: APPS.BEN_PRC_BUS
12.2.2
-
APPS.BEN_PRC_BUS dependencies on FND_MESSAGE
12.1.1
-
APPS.BEN_PRC_BUS dependencies on FND_MESSAGE
12.2.2
-
eTRM - JL Tables and Views
12.1.1
description: Temporary Table For Inflation Adjustment Report ,
-
eTRM - JL Tables and Views
12.2.2
description: JL_ZZ_INFO_T is temporary table ,