DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on XTR_CASHPOOL_ATTRIBUTES

Line 1946: from xtr_cashpool_attributes

1942: select rounding_type, day_count_type, pricing_model,
1943: product_type, portfolio, fund_limit_code,
1944: invest_limit_code, party_pricing_model, party_product_type,
1945: party_portfolio, party_fund_limit_code, party_invest_limit_code
1946: from xtr_cashpool_attributes
1947: where cashpool_id = l_cashpool_id
1948: and party_code = l_intercomp_code;
1949:
1950: cursor get_acct_no (l_bank_id NUMBER, l_ccy VARCHAR2, l_party VARCHAR2) is

Line 2018: from xtr_cashpool_attributes

2014:
2015: cursor get_attributes (l_cashpool_id NUMBER) is
2016: select iac_product_type,
2017: iac_portfolio
2018: from xtr_cashpool_attributes
2019: where cashpool_id = l_cashpool_id
2020: and product_type is null; -- Condition added Bug 4309871
2021:
2022: cursor get_acct_no (l_bank_id NUMBER, l_ccy VARCHAR2, l_party VARCHAR2) is