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

Hassan AbdElrahman

MasterOracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
Ask Hassan AbdElrahman
1k Visits
29 Followers
0 Questions
Home/ Hassan AbdElrahman/Answers
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Polls
  • Asked Questions
  • Comments
  1. Asked: July 3, 2016In: Oracle Reports

    REP-52262 Diagnostic output is disabled when using oracle reports 11g

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on April 4, 2020 at 10:32 am

    Hi @albert To fix this error, you will need to apply the following: Go to %DOMAIN_HOME%\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.#\configuration and open rwservlet.properties (make a backup first). Add the following parameter below the <inprocess> parameter: <!–webcommanRead more

    Hi albert

    To fix this error, you will need to apply the following:

    1. Go to %DOMAIN_HOME%\config\fmwconfig\servers\WLS_REPORTS\applications\reports_11.#\configuration and open rwservlet.properties (make a backup first).
    2. Add the following parameter below the <inprocess> parameter:
      • <!–webcommandaccess>L1</webcommandaccess–>
      • Then change the value from L1 to L2
      • <webcommandaccess>L2</webcommandaccess>
    3. Save and close the file
    4. Restart WLS_REPORTS
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: March 5, 2020In: Oracle EBS Financial

    Operating Units Merge

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Replied to answer on March 8, 2020 at 12:21 pm

    Hello @Mohammed Isa, I know one Saudi company that may help you in this regard. Could you please PM me in the website by providing your contact details, so that i can let them call you. Regards, Hassan

    Hello Mohammed Isa,

    I know one Saudi company that may help you in this regard. Could you please PM me in the website by providing your contact details, so that i can let them call you.

    Regards,

    Hassan

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: February 12, 2020In: Oracle E-Business Suite

    Oracle Alert Error – APP-ALR-04150 –

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on February 12, 2020 at 10:44 pm
    This answer was edited.

    Hello @mahendra try this code now : SELECT DISTINCT PAA.ABSENCE_ATTENDANCE_ID ,PAA.ABSENCE_ATTENDANCE_TYPE_ID ,PAA.ABS_INFORMATION1 ,PAA.PERSON_ID ,PAPF.FULL_NAME FNA ,PAPF.EMAIL_ADDRESS EM ,PAA.REPLACEMENT_PERSON_ID ,PAPF1.FULL_NAME FNR ,PAA.AUTHORISING_PERSON_ID ,PAPF2.FULL_NAME FNAUT ,PAA.DATE_NORead more

    Hello mahendra try this code now :

    SELECT DISTINCT PAA.ABSENCE_ATTENDANCE_ID
                   ,PAA.ABSENCE_ATTENDANCE_TYPE_ID
                   ,PAA.ABS_INFORMATION1
                   ,PAA.PERSON_ID
                   ,PAPF.FULL_NAME FNA
                   ,PAPF.EMAIL_ADDRESS EM
                   ,PAA.REPLACEMENT_PERSON_ID
                   ,PAPF1.FULL_NAME FNR
                   ,PAA.AUTHORISING_PERSON_ID
                   ,PAPF2.FULL_NAME FNAUT
                   ,PAA.DATE_NOTIFICATION
                   ,PAA.DATE_START
                   ,'\ \\\\\\for a period of \\\\\\\' || PAA.ABSENCE_DAYS || '\\\\\\\ days up to\\\\\\\'
                   ,PAA.DATE_END
    INTO   &ABSENCE_ATTENDANCE_ID
          ,&ABSENCE_ATTENDANCE_TYPE_ID
          ,&ABS_INFORMATION1
          ,&PERSON_ID
          ,&FULL_NAME
          ,&EMAIL_ADDRESS
          ,&REPLACEMENT_PERSON_ID
          ,&FULL_NAME
          ,&AUTHORISING_PERSON_ID
          ,&FULL_NAME
          ,&DATE_NOTIFICATION
          ,&DATE_START
          ,&ABSENCE_DAYS
          ,&DATE_END
    FROM   PER_ABSENCE_ATTENDANCES PAA
          ,PER_ALL_PEOPLE_F PAPF
          ,PER_ALL_PEOPLE_F PAPF1
          ,PER_ALL_PEOPLE_F PAPF2
    WHERE  1 = 1
    AND    PAA.ABSENCE_ATTENDANCE_ID = 132128
    AND    PAA.PERSON_ID = PAPF.PERSON_ID
    AND    PAA.REPLACEMENT_PERSON_ID = PAPF1.PERSON_ID(+)
    AND    PAA.AUTHORISING_PERSON_ID = PAPF2.PERSON_ID(+)
    AND    TRUNC (SYSDATE) BETWEEN PAPF.EFFECTIVE_START_DATE AND PAPF.EFFECTIVE_END_DATE
    AND    TRUNC (SYSDATE) BETWEEN PAPF1.EFFECTIVE_START_DATE AND PAPF1.EFFECTIVE_END_DATE
    AND    TRUNC (SYSDATE) BETWEEN PAPF2.EFFECTIVE_START_DATE AND PAPF2.EFFECTIVE_END_DATE

    but in the next time you create a question could you please leave more details about what you are trying to do or the error text along with error code you face to be able to help you efficiently.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: December 31, 2019In: Oracle Application Framework - OAF

    How to list all OAF customizations of a particular instance ?

    Hassan AbdElrahman
    Best Answer
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on January 26, 2020 at 9:52 am

    Hi @Chandra You can use this query to list all customizations across all modules SELECT PATH.PATH_DOCID CUSTM_DOC_ID, JDR_MDS_INTERNAL.GETDOCUMENTNAME (PATH.PATH_DOCID) CUSTM_DOC_PATH FROM JDR_PATHS PATH WHERE PATH.PATH_DOCID IN (SELECT DISTINCT COMP_DOCID FROM JDR_COMPONENTS WHERE COMP_SEQ = 0 ANDRead more

    Hi Chandra

    You can use this query to list all customizations across all modules

    SELECT   PATH.PATH_DOCID CUSTM_DOC_ID, JDR_MDS_INTERNAL.GETDOCUMENTNAME (PATH.PATH_DOCID) CUSTM_DOC_PATH
    FROM     JDR_PATHS PATH
    WHERE    PATH.PATH_DOCID IN (SELECT DISTINCT COMP_DOCID
                                 FROM   JDR_COMPONENTS
                                 WHERE  COMP_SEQ = 0
                                 AND    COMP_ELEMENT = 'customization'
                                 AND    COMP_ID IS NULL)
    ORDER BY CUSTM_DOC_PATH;

    and if you want to get only specific module you can use following query:

    SELECT   PATH.PATH_DOCID PERZ_DOC_ID, JDR_MDS_INTERNAL.GETDOCUMENTNAME (PATH.PATH_DOCID) CUSTM_DOC_PATH
    FROM     JDR_PATHS PATH
    WHERE    PATH.PATH_DOCID IN (SELECT DISTINCT COMP_DOCID
                                 FROM   JDR_COMPONENTS
                                 WHERE  COMP_SEQ = 0
                                 AND    COMP_ELEMENT = 'customization'
                                 AND    COMP_ID IS NULL)
    AND      (JDR_MDS_INTERNAL.GETDOCUMENTNAME (PATH.PATH_DOCID)) LIKE '%/ar/%'
    ORDER BY CUSTM_DOC_PATH;
    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: December 30, 2019In: Oracle E-Business Suite

    How to find dbc file in oracle apps ?

    Hassan AbdElrahman
    Best Answer
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on December 30, 2019 at 12:37 pm

    Hello @chandra to find dbc file in release 11i $FND_TOP/secure and to find dbc file in release 12 $INST_TOP/appl/fnd/12.0.0/secure hope this help.

    Hello Chandra

    to find dbc file in release 11i

    $FND_TOP/secure

    and to find dbc file in release 12

    $INST_TOP/appl/fnd/12.0.0/secure

    hope this help.

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: August 24, 2019In: Java

    What does this sign operator “+=” do in java?

    Hassan AbdElrahman
    Best Answer
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on October 30, 2019 at 8:30 pm

    Hi @Olivier, it common that z += 5.6 are equivalent to z = z + 5.6, it's one the assignment operators it takes the value of z then add 5.6 to it and at the end store the new result into z ex: double z = 5.5 z += 0.1 // the result of z now is : (5.6) but be careful in java because if "z" is not of tyRead more

    Hi Olivier,

    it common that z += 5.6 are equivalent to z = z + 5.6, it’s one the assignment operators it takes the value of z then add 5.6 to it and at the end store the new result into z

    ex:

    double z = 5.5
    z += 0.1 // the result of z now is : (5.6)

    but be careful in java because if “z” is not of type double you will get an compilation error.

    hope this help.

     

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: May 16, 2019In: Oracle E-Business Suite

    What are RICE components in the Oracle Apps ?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on August 2, 2019 at 10:08 pm

    there is one article i wrote before taking about these terms and what is the difference between them ClICK HERE to read it.

    there is one article i wrote before taking about these terms and what is the difference between them ClICK HERE to read it.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: July 15, 2019In: Oracle Ebs Api’s

    When creating a Work Request via the APIs am I able to set the CREATED_BY?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on August 2, 2019 at 10:05 pm

    by default who columns as (CREATED_BY) is one of them is handled automatically from oracle by database triggers like HRMS and when you call any API's from sql*plus or sql developer. who columns are set also automatically by anonymous user. but still you can control of this behavior by calling fnd_glRead more

    by default who columns as (CREATED_BY) is one of them is handled automatically from oracle by database triggers like HRMS and when you call any API’s from sql*plus or sql developer. who columns are set also automatically by anonymous user.

    but still you can control of this behavior by calling

    fnd_global.apps_initialize

    before call your API. but keep in mind that it is your responsibility to pass in valid values, as incorrect values are not rejected.

    Regards.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: January 12, 2018In: Oracle Ebs Api’s

    It’s possible to call an oracle API from custom schema ?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on August 2, 2019 at 9:53 pm

    it's better and recommended from oracle to create your procedure on apps schema not on your custom schema. regards.

    it’s better and recommended from oracle to create your procedure on apps schema not on your custom schema.

    regards.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: July 28, 2019In: Oracle Forms

    calling report from formbuilder 6.0 in menu to run in web server

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on August 2, 2019 at 9:51 pm

    Hi @elhamkoockak what is the error message exactly and share your code to be able to help you. thanks

    Hi @elhamkoockak

    what is the error message exactly and share your code to be able to help you.

    thanks

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 … 7 8 9 10 11 … 17

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.