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 Dataguard Monitor
# dataguard monitor # DR notification SELECT MAX(SEQUENCE#) FROM V$ARCHIVED_LOG WHERE COMPLETION_TIME >= (SYSDATE - 1) GROUP BY TH...
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...
No comments:
Post a Comment