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)
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...
Fix Output Post-processor issues
Fix Output Post-processor issues select DEVELOPER_PARAMETERS from FND_CP_SERVICES where SERVICE_ID = (select MANAGER_TYPE from FND_CON...
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...
No comments:
Post a Comment