DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_MCB_REVENUE_PKG

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

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

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

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

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

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

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

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

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

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