原文:Oracle EBS:PO 常用的查询及Tips

.列出没有销售订单的内部采购订单 used to list all Internal Requisitions that do not have anassociated Internal Sales order Select RQH.SEGMENT REQ NUM, RQL.LINE NUM, RQL.REQUISITION HEADER ID , RQL.REQUISITION LINE I ...

2012-01-09 11:49 2 2707 推荐指数:

查看详情

Oracle EBS:追踪PO全过程

1.创建PO PO_HEADERS_ALL select po_header_id from po_headers_all where segment1 =; select * from po_headers_all where po ...

Mon Jan 09 18:54:00 CST 2012 0 3533
ORACLE EBS常用

call fnd_global.APPS_INITIALIZE(1318,50583,401) select fnd_profile.VALUE('ORG_ID') FROM DUAL selec ...

Wed Mar 14 19:04:00 CST 2012 0 35792
Oracle ebs 常用标准表

Oracle ebs 常用标准表call fnd_global.APPS_INITIALIZE(1318,50583,401) select fnd_profile.VALUE('ORG_ID') FROM DUAL select * from hr_operating_units hou ...

Wed Mar 03 19:29:00 CST 2021 0 269
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM