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/Best Answers
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Polls
  • Asked Questions
  • Comments
  1. Asked: January 21, 2021In: Oracle EBS Financial

    API to delete ap invoice in oracle apps ?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on January 29, 2021 at 11:52 pm

    Hi @Marito You cannot delete the invoice. Only canceling the invoice is possible. CANCELLING INVOICE RESTRICTIONS: INVOICES TO WHICH YOU HAVE APPLIED PREPAYMENTS: You cannot cancel an invoice to which you have applied a prepayment. You must first reverse the prepayments. INVOICES YOU HAVE MATCHED TORead more

    Hi Marito

    You cannot delete the invoice. Only canceling the invoice is possible.

    CANCELLING INVOICE RESTRICTIONS:
    INVOICES TO WHICH YOU HAVE APPLIED PREPAYMENTS: You cannot cancel an invoice to which you have applied a prepayment. You must first reverse the prepayments.

    INVOICES YOU HAVE MATCHED TO PERMANENTLY CLOSED PURCHASE ORDERS: You cannot cancel an invoice that you matched to a permanently-closed purchase order.

    PREPAYMENTS: You cannot cancel a prepayment that you have applied to an invoice. You must first unapply any prepayments and void the payment that paid the prepayment. You can then cancel the prepayment.

    GL DATE: You cannot change the GL Date if you use Encumbrance and the distribution has been encumbered or is part of a reversal pair.

    The only way to do is to void the payment then cancel the invoice from invoice workbench only.

    Hope that may help.

    Regards.

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: April 24, 2020In: Python

    Python new line

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on April 24, 2020 at 3:32 am
    This answer was edited.

    Hi you can use "/n" like this example: myString = "I likenPython Programming Language" file.write(myString) result is: I like Python Programming Language    

    Hi

    you can use “/n” like this example:

    myString = "I likenPython Programming Language"
    file.write(myString)

    result is:

    I like

    Python Programming Language

     

     

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: March 30, 2020In: Oracle E-Business Suite

    What is FNDLOAD Commands to Download and Upload Concurrent Program ?

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

    Hi @albert FNDLOAD to download concurrent program from the source instance: FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt PROGRAM APPLICATION_SHORT_NAME="INV" CONCURRENT_PROGRAM_NAME="XX_CONCURRENT_PROGRAM_SHORT_NAME" FNDLOAD to upload concurrent program to dRead more

    Hi albert FNDLOAD to download concurrent program from the source instance:

    FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt PROGRAM APPLICATION_SHORT_NAME="INV" CONCURRENT_PROGRAM_NAME="XX_CONCURRENT_PROGRAM_SHORT_NAME"

    FNDLOAD to upload concurrent program to destination instance:  

    FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt - WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

      Notes:

    • XX_CUSTOM_CP.ldt : LDT file generated from FNDLOAD command
    • APPLICATION_SHORT_NAME: concurrent program application short name
    • CONCURRENT_PROGRAM_NAME: concurrent program short name
    • If we migrate concurrent program all dependencies objects will be migrated as well like it’s executable, value sets, etc..

     

    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
    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
    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
    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: October 20, 2018In: Oracle E-Business Suite

    How to open custom.pll in form builder?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on April 6, 2019 at 12:35 am

    Hello Alan, It's so simple as you open regular form .fmb in form builder just follow this: First you need to download then latest version of CUSTOM library that comes with your Oracle EBS version. (downloaded from production server). You can find the path of CUSTOM.pll under ($AU_TOP/resources) foldRead more

    Hello Alan,

    It’s so simple as you open regular form .fmb in form builder just follow this:

    1. First you need to download then latest version of CUSTOM library that comes with your Oracle EBS version. (downloaded from production server).
    2. You can find the path of CUSTOM.pll under ($AU_TOP/resources) folder
    3. Open Oracle Form Builder
    4. Click File menu ==> Open ==> choose CUSTOM.pll from your local machine
    5. After opening CUSTOM.pll into your form builder you can modify (CUSTOM) Package as per your requirements.
    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: October 9, 2018In: Oracle EBS Financial

    Error APP-OFA-47227 ‘You must set up the category with default depreciation rules for at least one date range’ When Define a new Assets Category

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on February 9, 2019 at 9:55 am

    Hello PraveenM, this error came because there is a setup of default rule was missing when you want to create new asset category. just follow this steps to complete your setup required: Navigate to Responsibility FA manager > Setup > Asset System > Category Ensure that, at the bottom of theRead more

    Hello PraveenM,

    this error came because there is a setup of default rule was missing when you want to create new asset category.

    just follow this steps to complete your setup required:

    Navigate to Responsibility FA manager > Setup > Asset System > Category

    Ensure that, at the bottom of the page, there is a Default rules button.

    Enter the mandatory information in the second page for Default rules and Save.

    Once the category book is defined with the default rules and saved, there should be no error.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: October 21, 2018In: Oracle SQL

    How to create synonym in oracle ?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on October 23, 2018 at 5:19 pm

    Hello Amira, synonyms is an alternative name for objects such as tables, views, sequences, stored procedures, and other database objects. You generally use synonyms when you are granting access to an object from another schema and you don't want the users to have to worry about knowing which schemaRead more

    Hello Amira,

    synonyms is an alternative name for objects such as tables, views, sequences, stored procedures, and other database objects.

    You generally use synonyms when you are granting access to an object from another schema and you don’t want the users to have to worry about knowing which schema owns the object.

    and here is the syntax to create synonym

    CREATE [OR REPLACE] [PUBLIC] SYNONYM [schema .] synonym_name
    FOR [schema .] object_name [@ dblink];

    Example:

    CREATE PUBLIC SYNONYM emps
    FOR app.employees;

    Hope this help.

    See less
      • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: October 31, 2017In: Oracle E-Business Suite

    how can i get PO Revision History details – oracle EBS R12?

    Hassan AbdElrahman
    Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
    Added an answer on October 17, 2018 at 9:29 pm
    This answer was edited.

    Hello Chandra, First thing the revision tables is: po_headers_all, po_headers_archive_all, po_lines_archive_all, po_line_locations_archive_all and po_distributions_archive_all Note: How the Purchasing Archive tables are updated when using Archive on Approve method for archiving (To setup Archive onRead more

    Hello Chandra, First thing the revision tables is:

    po_headers_all, po_headers_archive_all, po_lines_archive_all, po_line_locations_archive_all and po_distributions_archive_all

    Note: How the Purchasing Archive tables are updated when using Archive on Approve method for archiving (To setup Archive on Approve go to Setup -> Purchasing -> Document Types) and here an example to understand and to get the revision’s of PO 1- We created new PO, sent it for approval 2- PO Approved Now run this query :

    SELECT po_header_id, segment1, revision_num 
    FROM po_headers_all 
    WHERE po_header_id = &p_po_header_id

    which is (&p_po_header_id) is ID for po has been created above. and here is the result expected:

    PO_HEADER_ID SEGMENT1 REVISION_NUM
    24678 3103 0

    3- Now add a new line in PO, then sent it for reapproval. 4- PO Approved Now run this query

    SELECT po_header_id, segment1, revision_num 
    FROM po_headers_archive_all 
    WHERE po_header_id = &p_po_header_id
    PO_HEADER_ID SEGMENT1 REVISION_NUM
    24678 3103 0
    24678 3103 1

    So now from archive table you can get all revisions for particular PO.  

    See less
      • 2
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2 3 4 5 6

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.