DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_MCB_REVENUE_PKG

Line 602: --PA_MCB_REVENUE_PKG.log_message('MCB... Inside Convert amount bulk ');

598: ELSE
599:
600: IF p_cache_flag = 'Y' then
601:
602: --PA_MCB_REVENUE_PKG.log_message('MCB... Inside Convert amount bulk ');
603:
604:
605: IF nvl(CurrAttrTab.count,0) <> 0 THEN
606:

Line 607: --PA_MCB_REVENUE_PKG.log_message('UTL... in if');

603:
604:
605: IF nvl(CurrAttrTab.count,0) <> 0 THEN
606:
607: --PA_MCB_REVENUE_PKG.log_message('UTL... in if');
608:
609: For j in CurrAttrTab.First..CurrAttrTab.Last LOOP
610:
611: IF l_debug_mode = 'Y' THEN /* added IF for bug 6322049 */

Line 612: PA_MCB_REVENUE_PKG.log_message('UTL' || CurrAttrTab(j).from_currency);

608:
609: For j in CurrAttrTab.First..CurrAttrTab.Last LOOP
610:
611: IF l_debug_mode = 'Y' THEN /* added IF for bug 6322049 */
612: PA_MCB_REVENUE_PKG.log_message('UTL' || CurrAttrTab(j).from_currency);
613: PA_MCB_REVENUE_PKG.log_message('UTL' || CurrAttrTab(j).from_currency);
614: END IF;
615:
616: If CurrAttrTab(j).from_currency = p_from_currency_tab(i) and

Line 613: PA_MCB_REVENUE_PKG.log_message('UTL' || CurrAttrTab(j).from_currency);

609: For j in CurrAttrTab.First..CurrAttrTab.Last LOOP
610:
611: IF l_debug_mode = 'Y' THEN /* added IF for bug 6322049 */
612: PA_MCB_REVENUE_PKG.log_message('UTL' || CurrAttrTab(j).from_currency);
613: PA_MCB_REVENUE_PKG.log_message('UTL' || CurrAttrTab(j).from_currency);
614: END IF;
615:
616: If CurrAttrTab(j).from_currency = p_from_currency_tab(i) and
617: CurrAttrTab(j).to_currency = p_to_currency_tab(i) and

Line 621: --PA_MCB_REVENUE_PKG.log_message('UTL in if 2' || to_char(CurrAttrTab(j).rate));

617: CurrAttrTab(j).to_currency = p_to_currency_tab(i) and
618: CurrAttrTab(j).conv_date = p_conversion_date_tab(i) and /* Condition added for bug 5907315 */
619: CurrAttrTab(j).conv_between = p_conversion_between then
620:
621: --PA_MCB_REVENUE_PKG.log_message('UTL in if 2' || to_char(CurrAttrTab(j).rate));
622: p_rate_tab(i) := CurrAttrTab(j).rate;
623: p_numerator_tab(i) := CurrAttrTab(j).numerator ;
624: p_denominator_tab(i) := CurrAttrTab(j).denominator ;
625: /*