DBA Data[Home] [Help]

APPS.ARP_CASH_BASIS_ACCOUNTING dependencies on ARPT_SQL_FUNC_UTIL

Line 1647: /*For Bug 4936298 change ar_ta_util_pub to arpt_sql_func_util*/

1643: 'CASH',cr.pay_from_customer ) PayFromCustomer,
1644: /*Bug3235636 ct.invoice_currency_code commented to take it from
1645: get_currency_code*/
1646: /*ct.invoice_currency_code CurrencyCode,*/
1647: /*For Bug 4936298 change ar_ta_util_pub to arpt_sql_func_util*/
1648: arpt_sql_func_util.get_currency_code(ra.application_type,ra.status,
1649: 'CURR_',cr.currency_code,ct.invoice_currency_code) CurrencyCode,
1650: DECODE(
1651: ra.application_type,

Line 1648: arpt_sql_func_util.get_currency_code(ra.application_type,ra.status,

1644: /*Bug3235636 ct.invoice_currency_code commented to take it from
1645: get_currency_code*/
1646: /*ct.invoice_currency_code CurrencyCode,*/
1647: /*For Bug 4936298 change ar_ta_util_pub to arpt_sql_func_util*/
1648: arpt_sql_func_util.get_currency_code(ra.application_type,ra.status,
1649: 'CURR_',cr.currency_code,ct.invoice_currency_code) CurrencyCode,
1650: DECODE(
1651: ra.application_type,
1652: 'CM', NVL(ctcm.exchange_rate,1),