DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on FND_FILE

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

707: IF v_debug_flag = 'Y' THEN
708: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of lv_profile_val (as Y/N) is ' || lv_profile_val);
709: END IF;
710:
711: FND_FILE.put_line(fnd_file.log, 'ROI:'|| lv_tax_change_on_roi_recpts
712: ||', WMS:'||lv_tax_change_on_wms_recpts
713: ||', Receipts:'||v_receipt_modify_flag
714: ||', TxnROI Flg:'||lv_open_interace_receipt_flag
715: ||', TxnMobile Flg:'||lv_mobile_txn_flag

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

802:
803: END IF;
804: /* END, Vijay Shankar for Bug#4199929 */
805:
806: FND_FILE.put_line(fnd_file.log, 'Final ReceiptModifyFlag:'||v_receipt_modify_flag);
807:
808: /* following is commented by Vijay Shankar for Bug#4159557
809: Added by Nagaraj.s for Bug2915829.
810: IF v_receipt_modify_flag ='N' THEN

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

3374: p_organization_id, v_rg_location_id);
3375: fetch c_rgm_setup_for_orgn_loc into ln_vat_setup_chk;
3376: close c_rgm_setup_for_orgn_loc;
3377:
3378: fnd_file.put_line( fnd_file.log, 'VAT SetupChkforOrgnLoc:'||ln_vat_setup_chk
3379: ||', ChkVat:'||nvl(ln_chk_vat, -999999)
3380: ||', Orgn:'||p_organization_id||', Loc:'||v_rg_location_id
3381: );
3382:

Line 3456: 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 ');

3452: fetch c_fetch_transaction_quantity into v_sum_rtv_quantity;
3453: close c_fetch_transaction_quantity;
3454:
3455: if v_receipt_quantity = v_sum_rtv_quantity and nvl(v_non_bonded_delivery_flag,'N') ='N' then --3456636,3273075
3456: 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 ');
3457: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_31 Please avail the remaining Cenvat credit and then proceed with RTV ' );
3458: errormsg:='RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' ;
3459: raise_application_error(-20110,'RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' );
3460: end if;

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

3453: close c_fetch_transaction_quantity;
3454:
3455: if v_receipt_quantity = v_sum_rtv_quantity and nvl(v_non_bonded_delivery_flag,'N') ='N' then --3456636,3273075
3456: 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 ');
3457: FND_FILE.PUT_LINE(FND_FILE.LOG, ' 6_31 Please avail the remaining Cenvat credit and then proceed with RTV ' );
3458: errormsg:='RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' ;
3459: raise_application_error(-20110,'RETURN TO VENDOR not allowed.Please claim remaining 50% cenvat' );
3460: end if;
3461: End if; -- End for bug 4516678

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

3460: end if;
3461: End if; -- End for bug 4516678
3462:
3463:
3464: fnd_file.put_line( fnd_file.log, 'ItmModFlg:'||v_item_modvat_flag
3465: ||', ChkVat:'||nvl(ln_chk_vat, -999999)
3466: ||', procStaFlg:'||r_rcv_rgm_dtl.process_status_flag
3467: ||', invNo:'||nvl(r_rcv_rgm_dtl.invoice_no,'ABCDEF')
3468: );