DBA Data[Home] [Help]

APPS.ARRX_BSS dependencies on ARP_UTIL

Line 323: --Changed the call to arp_util.calc_accounted_amount intead of

319: IF l_applied_amount IS NOT NULL THEN
320: l_balance_due := l_balance_due + l_applied_amount;
321:
322: -- Ensure we calculate Functional Acctd Amount correctly
323: --Changed the call to arp_util.calc_accounted_amount intead of
324: -- arp_util.calc_acctd_amount for Bug 5041260
325: arp_util.calc_accounted_amount(
326: l_currency_code,
327: --NULL,

Line 324: -- arp_util.calc_acctd_amount for Bug 5041260

320: l_balance_due := l_balance_due + l_applied_amount;
321:
322: -- Ensure we calculate Functional Acctd Amount correctly
323: --Changed the call to arp_util.calc_accounted_amount intead of
324: -- arp_util.calc_acctd_amount for Bug 5041260
325: arp_util.calc_accounted_amount(
326: l_currency_code,
327: --NULL,
328: NULL,

Line 325: arp_util.calc_accounted_amount(

321:
322: -- Ensure we calculate Functional Acctd Amount correctly
323: --Changed the call to arp_util.calc_accounted_amount intead of
324: -- arp_util.calc_acctd_amount for Bug 5041260
325: arp_util.calc_accounted_amount(
326: l_currency_code,
327: --NULL,
328: NULL,
329: NULL,