ora-semsem
Tuesday, July 31, 2018
R12 Cost Manager
R12 Cost Manager
--SQL Query to find out uncosted transactions
SELECT * FROM mtl_material_transactions WHERE costed_flag = 'N';
--Look for costing errors
select
count(*),organization_id,costed_flag
from apps.mtl_material_transactions
where 1=1
and costed_flag is not null
group by organization_id,costed_flag
--
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Installing Oracle 11g on RHEL 7
#Quick Installation Guide DB 11g Release 2 (11.2) for Linux x86-64 Red Hat Enterprise Linux 7 https://docs.oracle.com/cd/E11882_01/inst...
Oracle® Fusion Middleware System Requirements and Specifications Red Hat Linux 7
#Oracle® Fusion Middleware System Requirements and Specifications https://docs.oracle.com/en/middleware/lifecycle/12.2.1.3/sysrs/uni...
install react native problem using npm
install React Native fist install Node.js https://nodejs.org/en/download/ 2- install react native using npm https://faceb...
No comments:
Post a Comment