The Flow of PO starts when the Request for Goods started, This is the P2P (Procure to Pay) Cycle. The Matching is one of the concepts in the P2P The 2 way matching is the Ensuring the Invoice and PO d...
Vijay
Jun 21st, 2006
Two-way Matching means checking of the invoice by ordered quantity & PO rateThree-way Matching means checking of the invoice by ordered quantity & PO rate,invoiceFour-way Matching means checking of the invoice by ordered quantity & PO rate,invoice,quantity recieved
Quick Pick is variable because it selects values from user-defined tables. Quick Code is static & it selects values from system table called FND_LOOKUPS. Quick Code is faster then Quick Pick because it uses internal CACHE.
PASTA is primarily meant for PDF and PS reports. If you have TEXT reports, they need to transformed into PDF format before they can be printed on any printer without having to tweak the prin...
1) create P_from_date and P_to_date are user bind parameters 2) Create LP_WHERE_CLS lexical parameter.3) Write below code in the After Parameter Form Trigger If :p_from_date is not Nu...
user_pc
Apr 11th, 2006
To use a lexical parameter in the query of your data model, prefix it with a '&' (ampersand)example SELECT ename FROM emp WHERE &lp_lexical_valThe value of p_lexical_val may be set in th...
The Oracle Accounting Flexfield is the base structure you will use to design your general ledger accounts. Oracle allows you to create flexible multi-segmented account strings.When you setup Oracle Fi...
Hi, request sets holds a group of request in a particular sequence. the requests can be reports or procedures. by submitting a single request ,u can run many concurrent programs at once.
Bonthu N Reddy.
Feb 13th, 2006
Request sets define run and print options and possibly parameter values for a collection of reports or c...
There r 8 types of value sets,they r1. none2.pair3.special4.table5.translatable dependent6. translatable independent7.dependent8.independent
Amit Chintawar
Mar 29th, 2006
Different types of Value sets are,1) Independant- This Value set contains list of values which does not depends on any other value2) Dependant- It contains values which ...
errbuf:This is out parameter which will through the error messges in to the log file.retcode: This is also out parameter, it will tells the status of the concurrent program.if sucess it wi...
Oracle Apps DBA define the capability of Concurrent Manager. The concurrent manager might be defined to handle few requests only. Therefore your equest was kept on hold/pending.-Fanish
pramod
Dec 25th, 2005
The reason may be like it..1) Other people have set priorty high than ur program. 2) Imcompatible programs are running. 3) Concurrent manager is down.
The Workflow is created using the Oracle Workflow Builder which is now a bundled software with Oracle 9i database.Let me know if you have any more question related to Workflow.-Fanish
Concurrent Managers:$COMN_TOP/admin/scripts/SID_HOST/adcmctl.shps ?ef | grep CPMGR________________________________________From front endConcurrent ->manager->Administrator
Atul
Aug 14th, 2006
On Concurrent Manager node type ps -ef | grep FNDLIBR to see if any concurrent request still running or all finished or check in $APPLCSF/$APPLOG/_DD_MM.mgrOracle Apps DBA Xperthttp://teachmeoracle.com
mtl_sales_orders is a KFF setup in inventory. the segments enabled typically are (1) Sales order no (2) order source (3) order type. any inventory transactions initiated from OM will have a linka...
Hi,I Struck up with API used to Create a Value Sets Runtimely.Can u Help Me to know the name of API to Create a values Set Runtimely in Oracle AppsThanksNitin9823564113
set heading offset echo offSet pages 999set long 90000spool C:\TEMP\create_script.sqlselect dbms_metadata.get_ddl('VIEW','AP_INVOICES','APPS') from dual;spool off
Ans