DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on FND_FILE

Line 803: FND_FILE.put_line(fnd_file.log, 'ROI:'|| lv_tax_change_on_roi_recpts

799: IF v_debug_flag = 'Y' THEN
800: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of lv_profile_val (as Y/N) is ' || lv_profile_val);
801: END IF;
802:
803: FND_FILE.put_line(fnd_file.log, 'ROI:'|| lv_tax_change_on_roi_recpts
804: ||', WMS:'||lv_tax_change_on_wms_recpts
805: ||', Receipts:'||v_receipt_modify_flag
806: ||', TxnROI Flg:'||lv_open_interace_receipt_flag
807: ||', TxnMobile Flg:'||lv_mobile_txn_flag

Line 898: FND_FILE.put_line(fnd_file.log, 'Final ReceiptModifyFlag:'||v_receipt_modify_flag);

894:
895: END IF;
896: /* END, Vijay Shankar for Bug#4199929 */
897:
898: FND_FILE.put_line(fnd_file.log, 'Final ReceiptModifyFlag:'||v_receipt_modify_flag);
899:
900: /* following is commented by Vijay Shankar for Bug#4159557
901: Added by Nagaraj.s for Bug2915829.
902: IF v_receipt_modify_flag ='N' THEN

Line 4512: fnd_file.put_line( fnd_file.log, 'VAT SetupChkforOrgnLoc:'||ln_vat_setup_chk

4508: p_organization_id, v_rg_location_id);
4509: fetch c_rgm_setup_for_orgn_loc into ln_vat_setup_chk;
4510: close c_rgm_setup_for_orgn_loc;
4511:
4512: fnd_file.put_line( fnd_file.log, 'VAT SetupChkforOrgnLoc:'||ln_vat_setup_chk
4513: ||', ChkVat:'||nvl(ln_chk_vat, -999999)
4514: ||', Orgn:'||p_organization_id||', Loc:'||v_rg_location_id
4515: );
4516:

Line 4590: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_30 The RTV Quantity is Equal to Receipt Quantity and the Remaining 50% Cenvat is not availed ');

4586: fetch c_fetch_transaction_quantity into v_sum_rtv_quantity;
4587: close c_fetch_transaction_quantity;
4588:
4589: if v_receipt_quantity = v_sum_rtv_quantity and nvl(v_non_bonded_delivery_flag,'N') ='N' then --3456636,3273075
4590: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_30 The RTV Quantity is Equal to Receipt Quantity and the Remaining 50% Cenvat is not availed ');
4591: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_31 Please avail the remaining Cenvat credit and then proceed with RTV ' );
4592: errormsg:='RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' ;
4593: raise_application_error(-20110,'RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' );
4594: end if;

Line 4591: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_31 Please avail the remaining Cenvat credit and then proceed with RTV ' );

4587: close c_fetch_transaction_quantity;
4588:
4589: if v_receipt_quantity = v_sum_rtv_quantity and nvl(v_non_bonded_delivery_flag,'N') ='N' then --3456636,3273075
4590: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_30 The RTV Quantity is Equal to Receipt Quantity and the Remaining 50% Cenvat is not availed ');
4591: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_31 Please avail the remaining Cenvat credit and then proceed with RTV ' );
4592: errormsg:='RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' ;
4593: raise_application_error(-20110,'RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' );
4594: end if;
4595: End if; -- End for bug 4516678

Line 4598: fnd_file.put_line( fnd_file.log, 'ItmModFlg:'||v_item_modvat_flag

4594: end if;
4595: End if; -- End for bug 4516678
4596:
4597:
4598: fnd_file.put_line( fnd_file.log, 'ItmModFlg:'||v_item_modvat_flag
4599: ||', ChkVat:'||nvl(ln_chk_vat, -999999)
4600: ||', procStaFlg:'||r_rcv_rgm_dtl.process_status_flag
4601: ||', invNo:'||nvl(r_rcv_rgm_dtl.invoice_no,'ABCDEF')
4602: );