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.
1> Sales Order is for Material requirement and Invoice is for Payment requirement.2> Sales order comprised of a Material related Information(Customer info, Material qty, price). &...
Namita
Feb 20th, 2007
Sales order is list of material that a customer is buying from a comapny having useful information as such order no, customer information.Invoice is defined as bill for any purchase.
Normally when we want to process the bulk records that time we use the parameterized cursor.Eg: If we want to extract certain PO details every day for DATA WAREHOUSE extract then we have to use the parameterized Cursor. In cursor parameter we can pass status of PO, Extract Date etc.
Parametrized Cursors are frequently used when picking the data from master -detail tables .(Generally in interfaces) Or the same table with header as well as line informationcursor c1 is select a...
In parameter in stored procedure is passing by refrence. OUT parameter is passing by value. If we want to use pass OUT parameter as passing by value then we can use NOCOPY for OUT parameter which will be used as passing by reference.
Senthil
Aug 6th, 2007
IN parameter and IN OUT Parameter are the parameters can be passed by reference or Valur whereas OUT parameters are passed by value.
Inbound interface: We load the data which we got from the legacy systems.Outbound interface : We extract the data for legacy systems.
anil kumar
May 29th, 2007
Inbound Interface: The Data that is being brought in to oracle application from markets?Eg: Purchase Requisitions (From Market-->Oracle)Out Bound Interface: The data that is being sent to markets fro...
a adjustment is some thing that is written off on a invoice.eg a customer short pays a 100$ invoice by 5 $ you write off this 5$ this is an adjustment.while a discount is something a customer gets fro...
reddy
Feb 2nd, 2006
hiif the amt is paid by a customer to supplier after receiving the goods..then after surprisingly discount is given by SUPPLIER or VENDOR ...the amt is adjusted in the nxt invoicereddy
We cannot use ref cursors in the client side (FORMS Libraries ) library. This feature is available only on the server side PLSQL. i.e. Packages which reside in the databse.
HD
Feb 17th, 2006
Could someone please answer why we cannot use REF Cursors in CUSTOM.pll
Ans