This blog evolved to a public notepad after all these years. I mainly share Oracle ERP stuff but I'm not limited to that.
Content can be Turkish or English.
Larry Ellison Demos Cloud Migration
Get link
Facebook
X
Pinterest
Email
Other Apps
-
It's easy to migrate your on premise database and application to cloud. Let's watch !
You can use below SQL query to list down all shopping cateogry hierarcy (both browsing and purchasing ones) and description for English and Turkish languages. Please feel free to contact me if you relaize any mistake. SELECT prct.CATEGORY_NAME PARENT_CATEGORY_NAME_TR , prce.CATEGORY_NAME PARENT_CATEGORY_NAME_US , pch.PURCHASING_CAT_FLAG , CASE WHEN pch.PURCHASING_CAT_FLAG = 'Y' THEN ( SELECT ect.CATEGORY_NAME FROM EGP_CATEGORIES_TL ect WHERE pch.child_category_id = ect.category_id AND ect.language = 'TR' ) ELSE ( SELECT prct.CATEGORY_NAME FROM POR_BROWSE...
Requisition Import process is used to import requisitions from other Oracle or third-party non-Oracle systems. Before R12.2.2, while importing requisitions from Oracle or third-party non-Oracle systems, if users do not provide charge account segment or CCID for other accounts in the Requisitions Interface table (PO_REQUISITIONS_INTERFACE), then these requisitions are not imported. The interface expects the accounts (charge, budget, variance, and accrual) as mandatory fields and does not process requisitions unless the charge account is populated. With this new feature, when requisitions are imported using the Requisition Import Process, the Charge, Budget, Variance and Accrual accounts for the requisitions are generated automatically by calling the Requisition Account Generator Workflow. Automatic generation of the charge account CCID happens only if the charge account and corresponding segments are empty. You can check following document to get more information. ...
Microsoft Dynamics NAV 2009 Kampanyası Microsoft Dynamics AX ve NAV danışmanlığı konusunda piyasada hatrı sayılır bir yere sahip olan Pargesoft adlı firma müşteri portföyünü arttırmak amacıyla rakiplerinden farklı bir yol seçerek 5 için 3000$ gibi bir ücretle işletmeleri ERP çözümleri ile buluşturuyor. Günden güne artan pazar rekabeti ve ERP yazılımı kullanmayan işletmelerin sayısının giderek azaldığı düşünülürse gayet iyi bir strateji izledikleri söylenebilir. Çünkü bu yazılımlar satın alındıktan sonra işletmelere implementasyonları herkesin bileceği gibi gayet uzun ve meşakkatli süreçlerdir. İş yapılan sektöre göre çok farklı custom yapılar kurulup kullanım kolaylığı için farklı geliştirmeler yapılmaktadır. Tabi bu işlemleri bir çoğu belki de hepsi yazılımı satan firma tarafında yapılıyor. Buraya kadar herşey iyi giderse, danışman firma ile ERP sistemine geçen işletme arasında herhangi bir sorun yaşanmaz ise bu sistem üzerinde oluşacak daha sonraki probleml...
Comments
Post a Comment