Apps Imp QnA

Embed Size (px)

Citation preview

  • 7/27/2019 Apps Imp QnA

    1/4

    14/10/2013 Oracle Apps: Oracle Apps Fresher Interview Questions and Answers

    kommaoracleapplications.blogspot.in/2013/05/oracle-apps-fresher-interview-questions.html 1/4

    Oracle AppsHome Downloads

    Search

    Sunday, May 26, 2013

    Oracle Apps Fresher Interview Questions and Answers

    Hi friends i faced these questions in a telephonic interview o f a company.

    1. Which modules you trained in oracle apps?

    A: Financial modules : AP,AR,GL

    SCM Modules : PO,OM,INV

    2.Which reports you've done?

    i. Stack Summary Report

    ii.Return to Vendor Reprot

    iii.Goods Receipt Note (GRN)

    iv.Approved Requisition Report

    v.Back Order Report

    vi.GL Report

    vii.Sales OrderReport.

    viii.Vendorwise PO Approved Report

    ix.AR Receipt Information Report.

    3.Which Interfaces have you done?

    AP Interface

    PO Interface

    GL Interface

    4.What is Interface?

    Interface is the process of transferring data from one system to another system.

    5.what is the use of Inbound Interface?It is used to transfer the data from legacy system to oracle applications.

    6.Explain about AP Interface?

    Client give us data file

    Then we have design 2 temporary s taging tables one for invoices and another one for invoices l ines.

    Then we dump the data from data/f lat file to s taging tables through SQL *loader.

    Then we will create one Package with 2 procedures, In that we create 2 cursors one for invoices and

    another one for invoices lines.

    Take 2 variables and validate mandatory columns and send data into variables.

    Then insert the data into Interface tables.

    Run Standard Concurrent Program "Payables Open Interface Import " through SRS window.

    Then finally we will see data in base tables.

    7.What are mandatory columns in AP Interface?

    Invoice Header level.

    Operating Unit, Vendor, Invoice Number, Vendor Site, Invoice type, Invoice amount, Invoice Date,

    Invoice SourceInvoice Line Level.

    Invoice line Type, Account, Line Number, Line Amount.

    8.Which tables did you used in AP Interface?

    Interface Tables :

    AP_INVOICES_INTERFACE

    AP_INVOICE_LINES_INTERFACE

    AP_INTERFACE_REJECTIONS

    Base Tables :

    AP_INVOICES_ALL

    AP_INVOICE_DISTRIBUTIONS_ALL

    9.Difference between Conversion and Interface?

    Interface Conversion

    To transfer daily transactions from Legacy

    system

    to Oracle Apps

    To transfer old data from Legacy sys tem to

    oracle Apps or Lower Version to Higher version

    (11i -->R12)

    It is on demand process/scheduled process It is one time process

    It is applicable in After Implementation It is applicable in Conversion Projects and Up

    gradation Projects.

    We don't know data volume We know the data volume

    10.When wil l w e use conversion?

    hi

    Stats

    Live Visitors

    Live Traffic Feed

    A visitor from Chennai, Tamil

    Nadu viewed "Oracle Apps:

    How to set PO Match Options in

    Oracle Apps?" 24 secs ago

    A visitor from New Delhi, Delhi

    viewed "Oracle Apps: R12 SLA

    Tables join conditions to AR, AP,

    INV,Payments and Receiving" 9

    mins ago

    A visitor from Pune, Maharashtra

    viewed "Oracle Apps: How to do

    Item Import in oracle apps?" 20mins ago

    A visitor from Pune, Maharashtra

    viewed "Oracle Apps:

    P2P(Procure-to-Pay) Cycle

    Tables with Joins" 1 hour 34 mins

    ago

    A visitor from Chennai, Tamil

    Nadu viewed "Oracle Apps:

    How to do Item Import in oracle

    apps?" 1 hour 49 mins ago

    A visitor from Chandigarh viewed

    "Oracle Apps: P2P(Procure-to-

    Pay) Cycle Tables with Joins" 2hours ago

    A visitor from Bangalore,

    Karnataka left "Oracle Apps:

    P2P(Procure-to-Pay) Cycle

    Tables with Joins" via

    enrichit.com 2 hours 3 mins ago

    A visitor from Bangalore,

    Karnataka viewed "Oracle Apps:

    P2P(Procure-to-Pay) Cycle

    Tables with Joins" 2 hours 13

    Total Pagev iews

    1 7 4 5 3

    Share 0 More Next Blog Create Blog Sign In

    http://kommaoracleapplications.blogspot.in/2012/09/p2pprocure-to-pay-cycle-tables-with.htmlhttp://kommaoracleapplications.blogspot.in/http://kommaoracleapplications.blogspot.in/p/downloads.htmlhttp://kommaoracleapplications.blogspot.in/http://kommaoracleapplications.blogspot.in/http://www.copyscape.com/web-copyright-protection/http://kommaoracleapplications.blogspot.in/http://kommaoracleapplications.blogspot.in/http://kommaoracleapplications.blogspot.in/p/downloads.htmlhttp://kommaoracleapplications.blogspot.in/http://www.copyscape.com/web-copyright-protection/http://www.blogger.com/http://www.blogger.com/http://www.blogger.com/home#createhttp://www.blogger.com/next-blog?navBar=true&blogID=7539931604829191133http://kommaoracleapplications.blogspot.in/2012/09/p2pprocure-to-pay-cycle-tables-with.htmlhttp://www.enrichit.com/http://kommaoracleapplications.blogspot.in/2012/09/p2pprocure-to-pay-cycle-tables-with.htmlhttp://kommaoracleapplications.blogspot.in/2012/09/p2pprocure-to-pay-cycle-tables-with.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-do-item-import-in-oracle-apps.htmlhttp://kommaoracleapplications.blogspot.in/2012/09/p2pprocure-to-pay-cycle-tables-with.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-do-item-import-in-oracle-apps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/r12-sla-tables-join-conditions-to-ar-ap.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-set-po-match-options-in-oracle.htmlhttp://www.bluehost.com/track/wordfence/fjtopad7http://feedjit.com/?utm_source=ltf&utm_medium=web&utm_campaign=ltfCampaignhttp://kommaoracleapplications.blogspot.in/p/downloads.htmlhttp://kommaoracleapplications.blogspot.in/http://kommaoracleapplications.blogspot.in/http://www.copyscape.com/web-copyright-protection/
  • 7/27/2019 Apps Imp QnA

    2/4

    14/10/2013 Oracle Apps: Oracle Apps Fresher Interview Questions and Answers

    kommaoracleapplications.blogspot.in/2013/05/oracle-apps-fresher-interview-questions.html 2/4

    11.How to display vendor details in GL Report and what is the link?

    We will display vendor details in GL Report by taking AP tables.

    link is PO_DISTRIBUTIONS_ALL.PO_DISTRIBUTION_ID =

    AP_INVOICE_DISTRIBUTIONS_ALL.PO_DISTRIBUTION_ID

    Then

    AP_AE_LINES.GL_SL_LINK_ID=GL_JE_LINES.GL_SL_LINK_ID

    12.What is Procedure?

    is a named pl/sql block to perform a specific task.

    ---- A procedure may have DML statements.

    ---- It may or may not return a value.

    ---- Procedure can return more than one value.13.What is Function? When w ill w e use it?

    is a named pl/sql block to perform a specific task, is mainly used for calculation

    purpose.

    ---- A function is called as part of an exception.

    ---- Every function should return a value

    If u want to do any calculations then we will use Function.

    14.XML Registration steps?

    1. Register the E-business suite report as a Data Definition in the Template

    Manager.

    Create a Data definition in the Template Manager for E-business Suite

    reports that

    We wish to customize using XML Publisher. When you create the Data

    Definition

    Code must match the E-Business Suite report short name.

    2. Design our template

    Our template files can be either in Rich Text Format (RTF) or Portable Document.

    RTF is a specification used by many word processing applications, such as

    Microsoft word. We design the template using our desktop word processing

    Application and save the file as an RTF file type (.rtf extension). Insert basic

    Markup tags to the document to prepare it for merging with the XML data. XML

    Recognizes the formatting features that we apply and converts them to XSL-FO.

    Use Adobe Acrobat to apply markup tags to your custom-designed or

    Downloaded PDF template

    3. Register out template in the Template Manager

    When we create the Template Manager, we register and upload our RTFOr PDF template files. The template must be assigned to the Data definition

    Code of the E-Business Suite report with which it will be merged.

    4. Add desired translations of your RTF template

    XML Publishers translation utility allows us to extract the translatable strings

    From your template into an XLIFF file. Translate the strings in this file and re-

    upload to the Template Manager to make t ranslation available at runtime.

    Run Time: -

    1. Set the concurrent program to generate XML.

    2. Run the concurrent program using s tandard request submission to obtain the XML

    Output.

    3. Run the XML Publisher Concurrent Request .

    The XML Publisher Concurrent Request will prompt us to enter the Request ID from the previous step,and t select a template, template locale, and output type. Available templates are those associated

    to the report Data Definition in the Template Manager. XML Publisher merges our design template

    with the XML data to generate your customized output.

    15.PO Process?

    16.RDF Registration steps?

    17.What is Form Personalization? Which pages you personalize?

    18.Which triggers you use in Form Personalization?

    19.What is exception? How many types?

    20. Difference between Predefined exceptions and User defined exceptions?

    21.If we write any exception after when others then what will be the error?

    22.Can w e create Package Body without specification?

    23.Can we create Package Specification wi thout Body?

    24.Form Customization steps? When will we give form name in Registration?

    25.What is Profile? How many levels?

    26.Whar are Site level Profiles?

    27.Which profile in GL?

    28.Which Profile added in R12?

    29.What is Sql*loader? Which command used in Sql*loader to load da ta?

    2013 (89)

    June (42)

    May (47)

    How to Migrate Reportsfrom 11i to R12?

    What is the DifferenceBetween LexicalParameter a...

    How to install OracleApplications 11i?

    How to get CustomerAddress Details inOracle apps...

    How to know Which Useris Locked the table?

    How to know theapplication is multi-orgor not?

    How to know the versionin oracle apps?

    What are the various

    Types of Table inOracle Apps...

    How to find OnhandQuantity at given date?

    Mandatory ParametersRETCODE & ERRBUFFin Concurre...

    How to initialize session inOracle ?

    Organization Setup InOracle Apps

    How to Find PORequisitions associated

    with PO Or...

    How to get the CancelledRequisitions?

    How to find CancelledRequisitions?

    How to find On-handinventory information?

    How to findout whichconcurrent programattached t...

    How to do Item Import inoracle apps?

    [PO] Matching Setting inPurchase OrderShipment L...

    How to Create CustomerThrough API?

    How to create Userthrough API in Oracleapps?

    How to Find password of aUser in Oracle

    Apps(11i\...

    How to set PO MatchOptions in Oracle

    Apps?

    How to find Trace FileNames in Oracle appsbased ...

    How to find Trace FileNames in Oracle appsbased ...

    Blog Archive

    http://kommaoracleapplications.blogspot.in/2013/05/how-to-find-trace-file-names-in-oracle_7416.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-trace-file-names-in-oracle_6163.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-set-po-match-options-in-oracle.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-password-of-user-in-oracle.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-create-user-through-api-in.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-create-customer-through-api.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/po-matching-setting-in-purchase-order.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-do-item-import-in-oracle-apps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-findout-which-concurrent-program.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-on-hand-inventory.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-cancelled-requisitions.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-get-cancelled-requisitions_44.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-po-requisitions-associated.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/organization-setup-in-oracle-apps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-initialize-session-in-oracle.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/mandatory-parameters-retcode-errbuff-in.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-onhand-quantity-at-given.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/what-are-various-types-of-table-in.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-know-version-in-oracle-apps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-know-application-is-multi-org-or.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-know-which-user-is-locked-table.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-get-customer-address-details-in_30.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-install-oracle-applications-11i.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/what-is-difference-between-lexical.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-migrate-reports-from-11i-to-r12.htmlhttp://kommaoracleapplications.blogspot.in/2013_05_01_archive.htmlhttp://void%280%29/http://kommaoracleapplications.blogspot.in/2013_06_01_archive.htmlhttp://void%280%29/http://kommaoracleapplications.blogspot.in/search?updated-min=2013-01-01T00:00:00%2B05:30&updated-max=2014-01-01T00:00:00%2B05:30&max-results=50http://void%280%29/
  • 7/27/2019 Apps Imp QnA

    3/4

    14/10/2013 Oracle Apps: Oracle Apps Fresher Interview Questions and Answers

    kommaoracleapplications.blogspot.in/2013/05/oracle-apps-fresher-interview-questions.html 3/4

    Newer Post Older PostHome

    Subscribe to: Post Comments (Atom)

    Posted by komma rajashekar reddy at 3:54 PM

    Labels: Oracle Apps Fresher Interview Questions, Oracle Apps Fresher Interview Questions and

    Answers, Oracle Interview Questions

    30.What is TCA? What are the changes made in TCA in R12?

    31. What are PO Tables?

    31. What are Inventory Tables?

    33.What are Sub ledger Accounting Tables?

    If you know any answer of the above Question please type in comment box by giving Question no.

    or send an mail to me to [email protected]

    Recommend this on Google

    Enter your comment...

    Comment as: Google Accou

    Publish

    Preview

    4 comments:

    AnonymousAugust 1, 2013 at 1:25 PM

    Content : Good, Vocabulary : Bad, Tenses : very Bad, Language Usage : Worst!!

    Reply

    AnonymousAugust 15, 2013 at 12:53 AM

    20.Difference between Predefined exceptions and User defined exceptions?Answer : predefine exception are those which are define by Oracle and user define exception

    are those which created and rise by user.

    Reply

    Anonymous September 16, 2013 at 11:55 PM

    Hi dude which company asked you these questions in telephonic interview

    Reply

    Jenny Clerk September 25, 2013 at 9:52 AM

    Thanks for help! I am a fresher graduate. I want to know the questions asked by interviewer to

    a fresher. I am very nervous regarding my first interview help me. I saw some example

    interviews on video thinking that it may help.

    Reply

    How to find Trace FileNames in Oracle appsbased ...

    How to find Trace FileNames in Oracle appsbased ...

    How to find Trace FileNames in Oracle appsbased ...

    How to find Trace FileNames in Oracle appsbased ...

    How to get Trace File pathin backend in oracleap...

    How to Delete Cachememory in Oracle AppsR12?

    Profile Options in OracleApps Purchasing:

    How to submit XML reportpublisher concurrentprog...

    R12 SLA Tables join

    conditions to AR, AP,INV,Paym...

    How to Scheduling theConcurrent program?

    ERROR ORA-01422:exact fetch returnsmore than req...

    How to Find REQUESTGROUP?

    Calling Stored procedurethrough FormsPersonaliza...

    Procure To Pay

    Cycle(P2P Cycle) inapps R/12

    Multi Org Questions andAnswers

    Script to find Oracle APIsfor any module

    XML Publisher

    joins between varioustables in Internal Salesord...

    Oracle Apps FresherInterview Questions and

    Answer...

    Cannot convert to numbererror in RTF

    Performance tuning Steps

    FRM-41072: cannotcreate group FRM-41827: Group Do...

    2012 (9)

    komma rajashekar re ddy

    Follow 5

    View my complete profile

    About M e

    https://plus.google.com/106623569037056043259https://plus.google.com/106623569037056043259http://kommaoracleapplications.blogspot.in/search?updated-min=2012-01-01T00:00:00%2B05:30&updated-max=2013-01-01T00:00:00%2B05:30&max-results=9http://void%280%29/http://kommaoracleapplications.blogspot.in/2013/05/frm-41072-cannot-create-group-frm-41827.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/performance-tuning-steps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/cannot-convert-to-number-error-in-rtf.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/oracle-apps-fresher-interview-questions.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/joins-between-various-tables-in.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/xml-publisher.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/script-to-find-oracle-apis-for-any.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/multi-org-questions-and-answers.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/procure-to-pay-cyclep2p-cycle-in-apps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/calling-stored-procedure-through-forms.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-request-group.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/error-ora-01422-exact-fetch-returns.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-scheduling-concurrent-program.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/r12-sla-tables-join-conditions-to-ar-ap.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-submit-xml-report-publisher.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/profile-options-in-oracle-apps.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-delete-cache-memory-in-oracle.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-get-trace-file-path-in-backend.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-trace-file-names-in-oracle_7289.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-trace-file-names-in-oracle_8335.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-trace-file-names-in-oracle_4401.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/how-to-find-trace-file-names-in-oracle_4369.htmlhttps://www.hireart.com/sample_interviewhttp://kommaoracleapplications.blogspot.com/2013/05/oracle-apps-fresher-interview-questions.html?showComment=1380082944555#c201864533701409970http://www.blogger.com/profile/12832411811534157397http://kommaoracleapplications.blogspot.com/2013/05/oracle-apps-fresher-interview-questions.html?showComment=1379355955713#c7431837158201686591http://kommaoracleapplications.blogspot.com/2013/05/oracle-apps-fresher-interview-questions.html?showComment=1376508188764#c7152084352121266820http://kommaoracleapplications.blogspot.com/2013/05/oracle-apps-fresher-interview-questions.html?showComment=1375343743101#c7932318242642593987http://www.blogger.com/share-post.g?blogID=7539931604829191133&postID=5881659237510484254&target=facebookhttp://www.blogger.com/share-post.g?blogID=7539931604829191133&postID=5881659237510484254&target=twitterhttp://www.blogger.com/share-post.g?blogID=7539931604829191133&postID=5881659237510484254&target=bloghttp://www.blogger.com/share-post.g?blogID=7539931604829191133&postID=5881659237510484254&target=emailhttp://kommaoracleapplications.blogspot.in/search/label/Oracle%20Interview%20Questionshttp://kommaoracleapplications.blogspot.in/search/label/Oracle%20Apps%20Fresher%20Interview%20Questions%20and%20Answershttp://kommaoracleapplications.blogspot.in/search/label/Oracle%20Apps%20Fresher%20Interview%20Questionshttp://kommaoracleapplications.blogspot.in/2013/05/oracle-apps-fresher-interview-questions.htmlhttps://plus.google.com/106623569037056043259http://kommaoracleapplications.blogspot.com/feeds/5881659237510484254/comments/defaulthttp://kommaoracleapplications.blogspot.in/http://kommaoracleapplications.blogspot.in/2013/05/cannot-convert-to-number-error-in-rtf.htmlhttp://kommaoracleapplications.blogspot.in/2013/05/joins-between-various-tables-in.html
  • 7/27/2019 Apps Imp QnA

    4/4

    14/10/2013 Oracle Apps: Oracle Apps Fresher Interview Questions and Answers

    kommaoracleapplications.blogspot.in/2013/05/oracle-apps-fresher-interview-questions.html 4/4

    Awesome Inc. template. Powered by Blogger.

    http://www.blogger.com/