How purchase ordered entered in Oracle11i AP Module.what is the entry system will create for that..
hey...if any of the fields in sql loader script.. eg.. empname is Jain,anisha then how can we handle this ' , ' in Jain,anisha while using csv file in a sql loader
Latest Answer: One needs to enter the value with double quotes like "Jain, Anisha" to all the values so the comma can be stored in the columns. ...
What are the manadatory user exits in Oracle Apps Reports?
Latest Answer: See,there are 2 mandatory User exits in Oracle application Reports.SRW.USER_EXIT( 'FND SRWINIT')srw.user_exit( 'FND SRWEXIT' ) ...
What are the manadatory parameters in Oracle Apps Reports?
Latest Answer: The mandatory parameter in apps reports is P_CONC_REQUEST_ID ...
why we register a table in apps schema by using ad_dd.register_table procedure
Latest Answer: We register a custom table in the custom schema. Then give all permissions to APPS schema. Reason being, when stored procedures or functions are written to perform DMLs on the custom table, it is done from APPS schema. ...
when i am running my report in apps i have to pass two parameters second parameter should be depend on first parameter. and in first parameter it consist two list of valuesex:1. approve 2. in process when
Latest Answer: For example take two parameters operating_unit and org_id.IF ORG_ID is dependant on OPERATING_UNIT then we have to specify the following condition ($flex$operatins_unit value set name) in the where clauseex:
WHERE order by org_id=$flex$operatins_unit ...
Latest Answer: Visual attributes are the font, color, and pattern properties that you set for form and menu objects that appear in your application's interface. ...
what are the Modules we will Maintain at SOB (set of books) Level?
Latest Answer: Set of Book is used in GL module alone ...
Who is the owner of FND_TABLES and Why we shouldn't create table in APPS Schema?
Latest Answer: APPLSYS is the owner of FND tables.APPS schema contains the package code for all the E-Biz products.and needs to be kept secure.So, we can't create tables in APPS schema , if we want to make use of them in our custom code. ...
What are Flex fields in Oracle Apps Technical? What is different between Flex Fields and User Parameter.What r types of Flex Fields?
Latest Answer: A flexfield, as the name suggests, is a flexible data field that your organization can customize to your business needs without programming ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top