apps question

Upload: ramyajagarlap6982

Post on 07-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/3/2019 APPS Question

    1/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 specifiedhere. 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 ofresponsibility in a business. Application Responsibilities may be explicitlyassociated with a Business Group, Operating Unit, Inventory Organization, andSet 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 SetTypes of value seta) Independent

  • 8/3/2019 APPS Question

    2/6

    b) Dependentc) Tabled) Pair e) SPECIAL DELIVERY translate dependentf) 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 functionallya) 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

    current

    program

    parameter window?

    a) constantb) profilec) SQL statementd) 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?

  • 8/3/2019 APPS Question

    3/6

    Request group: group is set of CCP and request setsData Group: integrates all your oracle apps modules

    17. What is difference between org_id, organization_id?

    ORG_ID is an operating unitOrganization_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 executableuser 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 usingmultiple execution paths. Its collection of concurrent programs like reportsprocedures 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?

  • 8/3/2019 APPS Question

    4/6

    AD_DD Package

    AD_DD.REGISTER_TABLEAD_DD.REGISTER_COLUMN

    27. What are the execution methods for the concurrent program executable?

    b) Oracle reportsc) Sql * Plusd) Hoste) Java stored proceduref) Pl/sql stored procedureg) SQL * Loaderh) Spawnedi) Java CCP

    j) Multilanguage functionk) Immediatel) 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 anddisabling fields that are not required for site without modifying standard appsforms.

    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'sFMB file to the Unix box. If you generate for a terminal environment (characterbased), the syntax is:

    f45gen USERID=userid/passwd@db_name MODULE_TYPE=FORMMODULE=module_name

  • 8/3/2019 APPS Question

    5/6

    If you want to generate a Library file, replace FORM with LIBRARY. Usef45genm 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) Define Application form

    b) Define Application function give link to form defined in step I

    c) Go to Application menu Attach function to menud) 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 nameand a set of valid values .oracle application uses flexfield to capture into aboutyour organization

    KFF DFF

    Unique identifiers To capture extra info

    KFF are stored in segments Stored in attributes

    For KFF there are FF qualifier and segmentqualifiers

    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?

  • 8/3/2019 APPS Question

    6/6

    FND_SEGMENT_NAMES_V

    40. What is flex field qualifier and segment qualifier?

    Flex Field Qualifier: Additional properties for your segment