DBA Data[Home] [Help]

APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on FND_FILE

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

789: v_currency_conv_factor := p_currency_conv_factor;
790: ln_base := 0 ;
791:
792: IF transaction_name <> 'CRM_QUOTE' THEN -- Vijay Shankar for Bug# 2837970
793: IF v_debug THEN fnd_file.put_line(fnd_file.log, ' transaction_name -> '||transaction_name); END IF;
794:
795: --2001/03/30 Manohar Mishra
796: /*Start of Addition*/
797: OPEN get_header_info_cur;

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

2607: v_currency_conv_factor := p_currency_conv_factor;
2608: ln_base := 0 ;
2609:
2610: IF transaction_name <> 'CRM_QUOTE' THEN -- Vijay Shankar for Bug# 2837970
2611: IF v_debug THEN fnd_file.put_line(fnd_file.log, ' transaction_name -> '||transaction_name); END IF;
2612:
2613: --2001/03/30 Manohar Mishra
2614: /*Start of Addition*/
2615: OPEN get_header_info_cur;

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

3473: v_modvat_flag := 'N';
3474: end if;
3475: /*end bug# 5631784 */
3476:
3477: if v_debug then fnd_file.put_line(fnd_file.log, 'Before tr_name -> '||transaction_name); end if;
3478:
3479: -- Vijay Shankar for Bug# 2837970
3480: IF transaction_name = 'CRM_QUOTE' THEN
3481:

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

3478:
3479: -- Vijay Shankar for Bug# 2837970
3480: IF transaction_name = 'CRM_QUOTE' THEN
3481:
3482: if v_debug then fnd_file.put_line(fnd_file.log, 'Before insert into of tr_name -> '||transaction_name); end if;
3483:
3484: INSERT INTO JAI_CRM_QUOTE_TAXES(quote_line_id, quote_header_id, shipment_id, tax_line_no,
3485: precedence_1, precedence_2, precedence_3, precedence_4, precedence_5,
3486: precedence_6, precedence_7, precedence_8, precedence_9, precedence_10, -- Date 31/10/2006 Bug 5228046 added by SACSETHI