Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials

ditomathew

Explorer
Ask ditomathew
149 Visits
0 Followers
6 Questions
Home/ ditomathew/Answers
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Polls
  • Asked Questions
  • Followed
  • Favorites
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments
  1. Asked: August 10, 2022In: Oracle E-Business Suite

    Read Only Status Monitor function

    ditomathew
    ditomathew Explorer
    Replied to answer on August 3, 2023 at 2:04 am

    Just checking if you were able to publish this article. Thanks!

    Just checking if you were able to publish this article. Thanks!

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: September 15, 2022In: Oracle Reports

    Font in RDF

    ditomathew
    ditomathew Explorer
    Added an answer on October 6, 2022 at 4:14 pm

    The issue exists in other reports also. But here, in this specific report, certain fields aren't getting displayed as there is no space after the font became bigger and so it got to be a noticeable issue. I made some changes to the alignment and those fields are getting displayed now. But the questiRead more

    The issue exists in other reports also. But here, in this specific report, certain fields aren’t getting displayed as there is no space after the font became bigger and so it got to be a noticeable issue.

    I made some changes to the alignment and those fields are getting displayed now. But the question here is how the font got changed.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: August 10, 2022In: Oracle E-Business Suite

    Read Only Status Monitor function

    ditomathew
    ditomathew Explorer
    Replied to answer on August 26, 2022 at 5:26 pm

    This way I tried. But still the user can skip/retry workflows. May be I am missing something. So will look forward for your article. 

    This way I tried. But still the user can skip/retry workflows. May be I am missing something. So will look forward for your article. 

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: June 2, 2022In: Oracle Application Framework - OAF

    Create Item not showing up in Personalize Table

    ditomathew
    ditomathew Explorer
    Replied to answer on June 13, 2022 at 8:12 am
    This answer was edited.

    BusClassVO is used to show the fields in the Business Classification Page. So I extended the BusClassVO to include Attribute1 and Attribute2 from POS_BUS_CLASS_ATTR. After personalization these fields do show up now in UI, but whatever I enter in these new fields isn't saved. When the Save button isRead more

    BusClassVO is used to show the fields in the Business Classification Page. So I extended the BusClassVO to include Attribute1 and Attribute2 from POS_BUS_CLASS_ATTR. After personalization these fields do show up now in UI, but whatever I enter in these new fields isn’t saved.

    When the Save button is clicked in that Business Classification page, it invokes a method saveBusClass from oracle.apps.pos.supplier.server.ByrSuppAMImpl.

    Inside saveBusClass after some validation it’s calling modifyBusClass. It calls addBusClassAttr or updBusClassAttr depending upon new data or existing data.
    These classes then call the package POS_SUPP_CLASSIFICATION_PKG.add_bus_class_attr/ POS_SUPP_CLASSIFICATION_PKG.update_bus_class_attr to make DML operation. 

    And these packages doesn’t have any of the Attribute columns as their inbound parameters. Also what I noticed is the package is simply updating those attribute column values to null. So how do I proceed here to update the attribute columns now?

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: June 2, 2022In: Oracle Application Framework - OAF

    Create Item not showing up in Personalize Table

    ditomathew
    ditomathew Explorer
    Replied to answer on June 10, 2022 at 8:43 pm
    This answer was edited.

    Thank you. Our business wants user editable fields. So it has to be stored in new fields in DFF. The view that is behind this business classification table is BusClassVO. But I don't see an EO being associated with it to save the changes. How do I proceed there? Also even if I extend the VO/EO, is iRead more

    Thank you. Our business wants user editable fields. So it has to be stored in new fields in DFF.

    The view that is behind this business classification table is BusClassVO. But I don’t see an EO being associated with it to save the changes. How do I proceed there?

    Also even if I extend the VO/EO, is it okay to save the dates in DFF which are varchar?

    I see START_DATE_ACTIVE and END_DATE_ACTIVE are auto populated based on when the classifications are made active/inactive. That’s why I was seeing for the option of DFF.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp

Sidebar

Adv 250x250

Explore

  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials

Footer

Oraask

About

Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy
  • Terms & Conditions

Follow

Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

© 2019 Oraask. All Rights Reserved
With Love by Oraask.