DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on XTR_CASHPOOL_ATTRIBUTES

Line 1712: from xtr_cashpool_attributes

1708: select rounding_type, day_count_type, pricing_model,
1709: product_type, portfolio, fund_limit_code,
1710: invest_limit_code, party_pricing_model, party_product_type,
1711: party_portfolio, party_fund_limit_code, party_invest_limit_code
1712: from xtr_cashpool_attributes
1713: where cashpool_id = l_cashpool_id
1714: and party_code = l_intercomp_code;
1715:
1716: cursor get_acct_no (l_bank_id NUMBER, l_ccy VARCHAR2, l_party VARCHAR2) is

Line 1784: from xtr_cashpool_attributes

1780:
1781: cursor get_attributes (l_cashpool_id NUMBER) is
1782: select iac_product_type,
1783: iac_portfolio
1784: from xtr_cashpool_attributes
1785: where cashpool_id = l_cashpool_id
1786: and product_type is null; -- Condition added Bug 4309871
1787:
1788: cursor get_acct_no (l_bank_id NUMBER, l_ccy VARCHAR2, l_party VARCHAR2) is