DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on FND_FILE

Line 685: IF v_debug THEN fnd_file.put_line(fnd_file.log, ' transaction_name -> '||transaction_name); END IF;

681: v_currency_conv_factor := p_currency_conv_factor;
682: ln_base := 0 ;
683:
684: IF transaction_name <> 'CRM_QUOTE' THEN -- Vijay Shankar for Bug# 2837970
685: IF v_debug THEN fnd_file.put_line(fnd_file.log, ' transaction_name -> '||transaction_name); END IF;
686:
687: --2001/03/30 Manohar Mishra
688: /*Start of Addition*/
689: OPEN get_header_info_cur;

Line 1601: IF v_debug THEN fnd_file.put_line(fnd_file.log, ' transaction_name -> '||transaction_name); END IF;

1597: v_currency_conv_factor := p_currency_conv_factor;
1598: ln_base := 0 ;
1599:
1600: IF transaction_name <> 'CRM_QUOTE' THEN -- Vijay Shankar for Bug# 2837970
1601: IF v_debug THEN fnd_file.put_line(fnd_file.log, ' transaction_name -> '||transaction_name); END IF;
1602:
1603: --2001/03/30 Manohar Mishra
1604: /*Start of Addition*/
1605: OPEN get_header_info_cur;

Line 2431: if v_debug then fnd_file.put_line(fnd_file.log, 'Before tr_name -> '||transaction_name); end if;

2427: v_modvat_flag := 'N';
2428: end if;
2429: /*end bug# 5631784 */
2430:
2431: if v_debug then fnd_file.put_line(fnd_file.log, 'Before tr_name -> '||transaction_name); end if;
2432:
2433: -- Vijay Shankar for Bug# 2837970
2434: IF transaction_name = 'CRM_QUOTE' THEN
2435:

Line 2436: if v_debug then fnd_file.put_line(fnd_file.log, 'Before insert into of tr_name -> '||transaction_name); end if;

2432:
2433: -- Vijay Shankar for Bug# 2837970
2434: IF transaction_name = 'CRM_QUOTE' THEN
2435:
2436: if v_debug then fnd_file.put_line(fnd_file.log, 'Before insert into of tr_name -> '||transaction_name); end if;
2437:
2438: INSERT INTO JAI_CRM_QUOTE_TAXES(quote_line_id, quote_header_id, shipment_id, tax_line_no,
2439: precedence_1, precedence_2, precedence_3, precedence_4, precedence_5,
2440: precedence_6, precedence_7, precedence_8, precedence_9, precedence_10, -- Date 31/10/2006 Bug 5228046 added by SACSETHI