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...
Yes we can use the view if you use multiorg view example (oe_order_headers)?then we need to set the operating unit for that view so we need to execute the following package before report triggerfnd_client_info.set_org_context(org_id);
Yes we can use a view.If the table on which the view is based is updated, we can call a procedure in the Before report trigger of the report to update the view and then retreive the data from the view...
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
For Registering any PL/SQL stored Procedure as a concurrent program we need to include two mandatory parameters for that procedure,1) ERRBUF OUT VARCHAR22) RETCODE OUT NUMBERThe 1st ...
Vijay Gurme
Jun 21st, 2006
There are two two types of codes that arereturn while registering the PL/SQL procedureThese are 1) errbuf2)retcode
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 ...
there are 8 types of valuesets in apps 11.5.9. they arenoneindependentdependenttabletranslated independenttranslated dependentspecialpairtrns independent and trns dependent are used for multilanguage support.--oraclehari@gmail.com
Manivannan .S
Feb 21st, 2006
The valueset are like how we define constraints in Oracle Database. In oracle Apps there are six value sets1. Independent - The Value which we provide to the Segments are independent (Ex. Compa...
1. When you get MD050, first take some time to analyse the MD50 and understand the functionality of the report.2. See the layout given in MD050.3. Try to find out the Tables involved in that.4. Develo...
Let me first tell you about MD50, it a functional document which we receive from Client for technical development MD70. MD50 defines the functional requirement of customization.Suppose if the MD50 say...
Import data from Legacy system to GL1> Trasnfer data from Legacy sytem to GL_INTERFACE table by creating PLSQL Procedure with related defined Source name in GL setups. 2> Open Standard form...
thomas
Apr 22nd, 2006
1. Load the data in GL INTERFACE.2. Call Journal Import3. Call Journal PostingYou can do virtually all the above from a single PL/SQL package. This information is alo available in the GL trm, and help can be takn from the Oracle metalink.
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...
Once you define Request set you can only see or access that request set until you attach to any responsiblity which has attached to any one !! In other words attach the request se...
Raju
Oct 5th, 2006
Hi, You need to attach the request to responsibility. and the responsibility to the user.
TCA API's brought a fresh approach to standardise DML's in Oracle Apps. I think this is one of Oracle's best written modules in APPS, but the flaws that exist are primarily because Oracle developed TC...
anil
Oct 4th, 2006
Trading Community Architecture (TCA) is a structure designed to support complex trading relationships within an organization. The TCA model revolves around the party concept and the relationships associated with it.
Hi Navigation Changed for all the modulesFeel & look is chnaged.Email notification is enabled in 11.5.9Extra Forms are added to the modules for the ease understanding for the usersMany DFF's are&n...
sravan
Oct 19th, 2006
some extra colourswork flowadditional segments in gl modulethese r some of the changes
Hi,Use Base table instead of multi-org table. Mean to say...use AP_INVOICEs_All instead of AP_INVOICE(view) as AP_INVOICE is multi-org view and it fetch rows based on org_id.
PREM
Oct 30th, 2006
IN THE CONCURRENT PROGRAMM FORM OR WINDOW U HAVE "COPY TO' OPTION AT THE BOTTOM LEFT. CLICK THAT OPTION AND THE SAME REPORT CAN ATTACH TO OTHER ORGANIZATIONS REPEAT IT FOR MULTI ORGANIZATIONS.
Purchase Order whose status is OPEN is called?OPEN?Purchase?OrderThat means the PO is raised say some item x 50kgs,?but?the?supplier?send?the?x?item?say?25?in?one?shipment i.e?still?supplier?has?to?send the another 25kgs to fulfill?the?PO,?then?that?PO?is?said?to?be?OPEN?Purchase?Order.
First the report should be developed in XML tag,because it is easier to convert into optio.2.The driver for optio you have to install it in Apps server.3.Make a queue setup in Optio.4.Make a setup for...
Types of Invoices: 1)standard invoice,2)pre-payment,3)debit memo,4)credit-memo, 5)with-holding tax,6)PO DEFAULT 7) Quick Match 8)Expense ReortRecurring Invoic...
chenna
Dec 2nd, 2005
hi, standard invoice,pre-payment,debit memo,credit-memo,with-holding tax, and two more are there .But generally we use these five only.If u want more information then send a mail to chenna_darapaneni@yahoo.co.in. I'll send u indetail.
Ans