You are on page 1of 6

1. How to set WHO columns into the form? FND_STANDARD.SET_WHO; 2. How to call Flex Fields in the form? FND_FLEX.

EVENT(Event Name) 3. How to submit concurrent programs from OS? FND_SUBMIT.submit_request 4. How to call a form from another form? FND_FUNCTION.EXECUTE 5. How will you find whether your installation is multi-org or not?
TO DETERMINE WHETHER YOUR APPLN IS MULTI-ORG OR NOT: ENTER THE FOLLOWING QUERY: SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS;

6. What is the field token in concurrentprogramparameters window? For a parameter in an oracle report program, the keyword is parameter specified here. The value is case sensitive for example P_CUSTOMER_NO 7. What is a Responsibility? Responsibility is a grouping of functions often related to a job role or level of responsibility in a business. Application Responsibilities may be explicitly associated with a Business Group, Operating Unit, Inventory Organization, and Set of Books through System Profile Option settings. 8. What is profile option? Defines the way application behaves (more than 200 types) 9. How to CREATE a VALUE SET? What are the different types of value sets? Enter Application Validation Set Types of value set a) Independent

b) c) d) e) f)

Dependent Table Pair SPECIAL DELIVERY translate dependent Translatable independent

10. What is the API used for file I/O operation? Or which API is used to write to request log and request output? a) fnd_file.put_line (Fnd_file.log, message); b) fnd_file.put_line (fnd_file.out. message); 11. Which are the 2 parameters required to be defined when a program is registered as pl/sql stored procedure? ERRBUF, RETCODE 12. What are sub functions? How is it different from form? A sub function is a securable subset of forms functionally a) forms appear in a navigator window and can be navigated to sub functions do not appear in the navigator window and cant be navigated to b) forms can exist on this own sub functions can only be called by ____ embodied within a form, they cant exist on their own 13. What are different validations defaults types and default value in currentprogramparameter window? a) b) c) d) constant profile SQL statement Segment

14. I have a concurrent program that involves lot of inserts and updates on a huge data basis where do I specify rollback segment for that concurrent program? concurrent program session control 15. How will you get set of books id dynamically in reports? By using profile option called GL_SET_OF_BOOKS_ID 16. What is difference between request group and data group?

Request group: group is set of CCP and request sets Data Group: integrates all your oracle apps modules 17. What is difference between org_id, organization_id? ORG_ID is an operating unit Organization_Id is inventory organization 18. Can we delete a descriptive flex field? No, you cannot delete the Descriptive Flexfield but you can disable it. 19. What is the significance of USER EXITS in Apps? A user exit is a program written and then linked in to the report builder executable user exist are written when content need to be passed from report builder to that program, which performs some function and then returns control to report builder. 20. What is the significance of context in descriptive Flex Field? 21. What is the difference between conversion program and interface program? 22. What is the difference between APP_NAVIGATE.EXECUTE and FND_FUNCTION.EXECUTE? 23. What is request set? What is the package used to create request set? With the help of request set we can submit several requests together using multiple execution paths. Its collection of concurrent programs like reports procedures grouped together. 24. What is the parameter, which needs to be defined always in Reports? Org_id 25. What is the trigger you must modify in TEMPLATE.fmb? PRE_FORM 26. What is the package used to register a table with respect to Apps?

AD_DD Package AD_DD.REGISTER_TABLE AD_DD.REGISTER_COLUMN 27. What are the execution methods for the concurrent program executable? b) c) d) e) f) g) h) i) j) k) l) Oracle reports Sql * Plus Host Java stored procedure Pl/sql stored procedure SQL * Loader Spawned Java CCP Multilanguage function Immediate Request set stage function

28. Describe FND_REQUEST.SET_MODE? 29. What is the significance of custom.pll? Custom.pll is used for customizations such as form, enforcing business riles and disabling fields that are not required for site without modifying standard apps forms. 30. While defining a concurrent program executable of execution method SQL *Loader, what do we specify at the Execution File Name prompt? Control File Name 31. What is the API used to define a concurrent program and executable? 32. How do you generate a form on UNIX server? In which directory will you place the generated form file? You need to design your form on your workstation. FTP or copy the Forms's FMB file to the Unix box. If you generate for a terminal environment (character based), the syntax is: f45gen USERID=userid/passwd@db_name MODULE=module_name MODULE_TYPE=FORM

If you want to generate a Library file, replace FORM with LIBRARY. Use f45genm to generate your form in a Motif environment. Use the "f45run" command to run your form.

33. How will you attach forms in apps? a) b) c) d) Define Application form Define Application function give link to form defined in step I Go to Application menu Attach function to menu FTP from to AU_TOP, generate it and copy to respective TOP

34. What are the differences between KFF & DFF? In oracle application field made up of segments each segment has Assigned name and a set of valid values .oracle application uses flexfield to capture into about your organization KFF Unique identifiers KFF are stored in segments For KFF there are FF qualifier and segment qualifiers DFF To capture extra info Stored in attributes Context_sensitive ff is a feature of dff. (DFF)

35. How do we call a value set from another value set? $flex, $dollar 36. From which Trigger do we call FND SRWINIT user exit? BEFORE REPORT 37. In which table do you find the submitted concurrent requests information? FND_CONCURRENT_REQUESTS 38. What is the output type to be specified for Oracle Bitmapped Reports while registering as a concurrent program Text 39. In which tables segment values and descriptions are stored?

FND_SEGMENT_NAMES_V 40. What is flex field qualifier and segment qualifier? Flex Field Qualifier: Additional properties for your segment

You might also like