How to use script to get all oracle EBS Form name and corresponding fmb file name

本文介绍了一种使用 SQL 脚本的方法来获取 Oracle EBS 中所有表单名称及其对应的 fmb 文件名。通过展示具体的 SQL 查询语句,文章详细列出了如何从多个相关表中抽取必要的信息,并提供了示例输出。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

How to use script to get all Oracle EBS Form name and corresponding fmb file name

SELECT fff.function_name,
           ff.form_name,
           ffft.user_function_name,
           fff.function_id,
           ff.form_id,
           fff.application_id
FROM   fnd_form ff,
       fnd_form_functions fff,
       fnd_form_functions_tl ffft
WHERE  ff.form_id = fff.form_id
AND    fff.function_id = ffft.function_id
AND    ffft.language = 'US'
AND fff.application_id = 401   --Inventory Module
ORDER BY ffft.user_function_name;

使用SELECT * FROM fnd_application来查找模块的application_id

Sample Output(Inventory Module)

FUNCTION_NAMEFORM_NAMEUSER_FUNCTION_NAMEFUNCTION_IDFORM_IDAPPLICATION_ID
INV_INVADACAINVADACAABC Assignment Updates116753573401
INV_INVADAASINVADAASABC Assignments116652853401
INV_INVADACLINVADACLABC Classes116852835401
INV_INVAAACPARXPRGLPABC Compiles116520813401
INV_INVAAACPINVAAACPABC Compiles116520813401
INV_INVADAGRINVADAGRABC Groups116953675401
INV_INVSDFAAINVSDFAAAccount Aliases125422098401
INVACODE_FINVACODEAction Codes103253560103401
EAM_INVIDITMINVIDITMAsset Group/Asset Activity101157820422401
INV_CARRIER_ACCTSINVSDFCRAssign Carrier Distribution Accounts101169853648401
INV_INVIDCTLINVIDCTLAttribute Controls118952848401
INV_INVDDARLINVDDARLAvailable to Promise Rules118352668401
INV3PL_INVBLRUL_FINVBLRULBilling Rules104683160460401
INV3PL_INVBLSRC_FINVBLSRCBilling Sources104683060459401
INV_INVTTMTX_BORROW_PAYBACKINVTTMTXBorrow Payback Transactions100282052468401
INV_INVIDICGINVIDICGCatalog Groups119053627401
ENG_INVIDICGINVIDICGCatalog Groups: Engineering146753627401
INV_INVSDCASINVSDCASCategory Accounts125354053401
INV_INVIDCATINVIDCATCategory Codes118820463401
INV_INVIDSCSINVIDSCSCategory Sets119452845401
INV_INVDVATPPOXPOEACCheck Available to Promise118752665401
INV_INVDVATPINVDVATPCheck Available to Promise118752665401
INV_INVTTMTX_CONSXFERINVTTMTXConsigned Transactions101443752468401
INV_INVCNSUPINVCNSUPConsigned/VMI Consumption101464159193401
INV_INVGITMTINVGITMTCopy Item Attributes100595057330401
INV_INVTTGMPINVTTGPMCost Periods128654285401
INV_INVTVTXN_COST_RESUBMISSIONINVTVTXNCost Transactions Resubmission438952890401
INV_INVIDXRTINVIDXRTCross Reference Types124120468401
ENG_INVIDXRTINVIDXRTCross References: Engineering146620468401
INV_INVSDICCINVSDICCCustomer Item Commodity Codes223454478401
INV_INVICXRFINVICXRFCustomer Item Cross References223554479401
INV_INVICITMINVICITMCustomer Items222754473401
EGO_INVICITM_QUERY_ONLYINVICITMCustomer Items Query Only102601754473401
INV_INVAMCAPINVAMCAPCycle Count Adjustments117753667401
INV_INVATCENINVATCENCycle Count Counts118053652401
INV_INVCCEOIINVCCEOICycle Count Entries in the Open Interface525755941401
INV_INVADCITINVADCITCycle Count Items117053628401
INV_INVADCYCINVADCYCCycle Counts117253620401
INV_INVISDSTINVISDSTDefault Category Sets124453665401
CST_INVSDCASINVSDCASDefine Category Accounts333054053401
INVCTDEFINVCTDEFDefine Client Parameters104718960475401
INV_INVLSATTINVLSATTDefine Desc Flex Context Mapping100690958027401
INV_INVMSDEFINVMSDEFDefine Material Status100691658033401
INV_INVDVFDHINVDVFDHDemand History149852843401
INV_INVDVINTINVDVINTDemand Interface184954395401
INV_INVIDGRNINVIDGRNEdit Category People101044258502401
ENG_INVIVATTINVIVATTEngineering Item Attributes149753610401
INVPCKRL_FINVPCKRLEnhanced Inventory Picking Rule Setup103253260101401
INV_INVCCEXPINVCCEXPExport Cycle Count Entries525855942401
INV_INVADCYC_INVAMCAP_TXNHISINVTVTXNFolder:Transaction History182852890401
INV_INVDDFRLINVDDFRLForecast Rules118453643401
INVGENLT_FINVGENLTGenerate Multiple Lots103249660097401
INVGRADE_FINVGRADEGrades103253460102401
INV_INVAMCAP_INVTVTXNINVTVTXNINV:Transaction History192152890401
INV_INVSDICRINVSDICRIntercompany Relations125654166401
INV_INVSICTFINVSICTFIntercompany Transaction Flows102087259591401
INV_INVTTMTX_INTERORGINVTTMTXInterorganization Transfer128152468401
INV_MGD_INVGIPBDINVGIPBDInventory Position Build100659557830401
INV_MGD_INVGIPDPINVGIPDPInventory Position Display100659657831401
INV_SHORTAGE_INQINVSHINQInventory: View Potential Shortages Summary100282255398401
INV_INVISDRIINVISDRIItem Relationships124353629401
ENG_INVISDRIINVISDRIItem Relationships: Engineering146553629401
INV_INVDDFSSINVDDFSSItem Safety Stocks118553645401
OE_INVIVCSUINVIVCSUItem Search : OE203053631401
INV_INVISMPSINVISMPSItem Status124552897401
INV_INVISMPSPOXSTDPCItem Status124552897401
INV_INVSDOISINVSDOISItem Status Codes126120466401
INV_INVIDSUBINVIDSUBItem/Subinventory119553569401
INV_INVIVCSUINVIVCSUItems Search124953631401
INV_INVKBCRDINVKBCRDKanban Cards310754873401
INV_INVTMSMGINVTMSMGLaunch Interface Managers160552553401
INV_INVTTELTINVTTELTLot Number127852470401
INV_INVTDILTINVTDILTLot Numbers127152905401
INVSDLUC_FINVSDLUCLot Specific Conversion102620759769401
INV_MGD_INVGEZONINVGEZONMaintain Economic Zones463355513401
INV_INVADCSCINVADCSCManual Schedule Requests117153616401
INV_INVIDMPNINVIDMPNManufacturers' Part Number119352903401
INV_INVIDMPN_QUERY_ONLYINVIDMPNManufacturers' Part Number Query-Only100500252903401
ENG_INVIDITMINVIDITMMaster Engineering Items73320422401
INV_INVIDITMINVIDITMMaster Items119120422401
INV_INVMATWBINVMWBIVMaterial Workbench100690160098401
INV_INVTTMTX_MISCINVTTMTXMiscellaneous Transaction128252468401
INV_INVTOMAIASXTSRECMove Orders451255442401
INV_INVTOMAIINVTOMAIMove Orders451255442401
INV_INVTTMVPINVTTMVPMovement Parameters128754169401
INV_INVTTMVTINVTTMVTMovement Statistics128854168401
INV_MGD_INVGMSTPINVGMSTPMovement Statistics Parameters463455514401
INV_MVT_VALIDATION_RULESINVGMVRSMovement Statistics Validation Rules100487256931401
INV_INVTRMQTINVTRMQTMulti-Organization Quantities Report127553748401
MYDEMOMYDEMOMy Demo Form104958860558401
OPM_INV_INVSDOUCINVSDOUCOPM Units of Measure Conversions102194552670401
INV_INVINLOGINVINLOGOracle Inventory Banner124252676401
INV_INVSDOIO_INVSDFAAINVSDFAAOrg:Define Account Aliases198822098401
INV_INVSDOIO_INVSDFCRINVSDFCROrg:Define Freight Carriers198753648401
INV_INVSDOIO_INVSDOSIINVSDOSIOrg:Define Inter-Organization Shipping Information192620536401
INV_INVSDOIO_INVSDSUBINVSDSUBOrg:Define Subinventories192220465401
INV_INVSDORAINVSDORAOrganization Access156554181401
EAM_INVIDITM_ORGINVIDITMOrganization Activity101159520422401
INV_INVGCPOGINVGCPOGOrganization Copy Interface100685357997401
ENG_INVIDITM_ORGINVIDITMOrganization Engineering Items146320422401
INV_INVIDITM_ORGINVIDITMOrganization Items119220422401
INV_INVSDOIOINVSDOIOOrganization Parameters126020464401
INV_INVIDMPN_PARTINVIDMPNPart Numbers' Manufacturers131252903401
INV_INVADPPIINVADPPIPhysical Inventories117420482401
INV_INVADPAPINVADPAPPhysical Inventory Adjustments117352947401
INV_INVADPTEINVADPTEPhysical Inventory Counts117520485401
INV_INVARPGTINVARPGTPhysical Inventory Tags117952863401
INV_INVPPRSUINVPPRSUPick/Put Away Rule/Strategy Where Used551256048401
INV_INVPPRDFINVPPRDFPick/Put Away Rules551156047401
INV_INVPPSDFINVPPSDFPick/Put Away Strategy551456050401
INV_INVPPSAFINVPPSAFPick/Put Away Strategy Assignments551356049401
INV_INVPPSOFINVPPSOFPick/Put Away Strategy Search Order551556051401
INV_INVSDOPRINVSDOPRPicking Rules126352656401
INV_INVTTMTX_VMIXFERINVTTMTXPlanning Transfer101151052468401
INV_INVIDITM_PROD_FAMILIESINVIDITMProduct Family Items315520422401
PJM_INVTTMTX_BWPYINVTTMTXProject Transfer Transactions440052468401
INV_INVKBPSQINVKBPSQPull Sequences310654872401
INV_INVTDILT_QUERYINVTDILTQuery Lot Numbers100690352905401
INV_INVITSNU_QUERYINVITSNUQuery Serial Numbers100690452906401
INV_INVTTRINPAXSUDRTRMA Inspection160053783401
INV_INVTTRININVTTRINRMA Inspection160053783401
INV_INVTTMTX_RMAISSUEINVTTMTXRMA Issue128452468401
INV_INVTTMTX_RMARECEIPTINVTTMTXRMA Receipt128552468401
INV_INVPTRPRINVPTRPRReplenishment Counts156152891401
INV_INVPTRPROEXRPDRSReplenishment Counts156152891401
INV_INVRSVF2INVRSVF2Reservations Interface555856080401
INV_INVDRMRSINVDRMRSReserve Inventory118652662401
INV_INVRSVF1INVRSVF1Reserve Supply555756079401
ENG_INVIVCSUINVIVCSUSearch Catalog: Engineering Items73753631401
INVPCKLT_FINVPCKLTSelect Available Inventory103254960104401
INV_INVTTESRINVTTESRSerial Number127952640401
INV_INVITSNUINVITSNUSerial Numbers140152906401
INV_INVSDOSIINVSDOSIShipping Networks126220536401
INV_INVSHDPAINVSHDPAShortage Parameters437255397401
INV_INVSAFDHINVSAFDHStock Locators125220495401
INV_INVSDSUBINVSDSUBSubinventories127020465401
INV_INVTTMTX_SUBINVINVTTMTXSubinventory Transfer128352468401
DEM01_DEM01EORDEM01EORTeam 01 Demo Orders103007760049401
INV_INVIDTMPINVIDTMPTemplates119653638401
ENG_INVIDTMPINVIDTMPTemplates: Engineering146453638401
ZYORDERFUNCZYORDERSTest Order Function Name104956860538401
INV_INVTOTRXINVTOTRXTransact Move Orders451355445401
INV_INVSDODLINVSDODLTransaction Default Locators125852945401
INV_INVSDODSINVSDODSTransaction Default Subinventories125952946401
INV_INVTMLPRINVTMLPRTransaction History Purge127453663401
INV_INVTVPTXINVTVPTXTransaction Interface160453762401
INV_INVTDTRSINVTDTRSTransaction Reasons127253743401
INV_INVTDTSRINVTDTSRTransaction Source Types127653623401
INV_INVTDTTYINVTDTTYTransaction Types127352929401
INV_INVSDUOMINVSDUOMUnits of Measure127754300401
INV_INVSDOCLINVSDOCLUnits of Measure Classes125752659401
INV_INVSDOUCINVSDOUCUnits of Measure Conversions126452670401
INV_INVRSVF1_QUERYINVRSVF1View Current Reservations100690556079401
INV_INVTTGGLINVTTGGLView General Ledger Transfers128052533401
INV_INVIVATTINVIVATTView Item Attributes124753610401
INV_INVIVSTIINVIVSTIView Item Information160220441401
INV_INVTVTXNINVTVTXNView Material Transactions129352890401
CST_INVTVTXNINVTVTXNView Material Trxns451052890401
INV_INVMSHSTINVMSHSTView Message History104672160449401
INV_INVTTMVT_QUERYINVTTMVTView Movement Statistics100690654168401
INV_INVTVPTX_COST_GROUPINVTVPTXView Pending Interface Activity100424953762401
INV_INVTVTMP_COST_GROUPINVTVTMPView Pending Transaction100424854403401
INV_INVTVTMPINVTVTMPView Pending Transactions194654403401
INV_INVSHINQINVSHINQView Potential Shortages437355398401
INV_INVTVQOHINVTVQOHView Quantities On-hand129154308401
INV_INVDVRIRPOXSTDHCView Reservations149952672401
INV_INVDVRIRINVDVRIRView Reservations149952672401
INV_INVDVDSDINVDVDSDView Supply/Demand129652654401
INV_INVTVTUSINVTVTUSView Transaction Summaries129220459401
INV_INVTVTUS_COST_GROUPINVTVTUSView Transaction Summary100425020459401
INV_INVTVTXN_COST_GROUPINVTVTXNView Transactions100424752890401
WIP_INVTVTXNINVTVTXNView WIP Material Transactions463052890401
INV_INVADPVTINVADPVTVoid Physical Inventory Tags117820512401
XLA_INVTVTXNINVTVTXNXLA: INV View Material Transactions465852890401

相关文章:How to use script to get all Oracle EBS Concurrent Program/Report name and corresponding execution file name

===EOF===

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值