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


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

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.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

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
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 74915
Next
Answered

Oraask Latest Questions

Question
Marito
  • 0
  • 0
MaritoExplorer
Asked: September 9, 20212021-09-09T22:35:40+03:00 2021-09-09T22:35:40+03:00In: Oracle EBS Queries

Query to get supplier bank details in Oracle APPS R12

  • 0
  • 0

Please can someone share with me a query to get the supplier bank account details in Oracle EBS R12 ?

Thanks in advance

2
  • 2 2 Answers
  • 5k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • How to Initialize Oracle APPS session using SQL Developer
    • Return to Vendor Tables in Oracle APPS R12
    • Query to Get Supplier Details in Oracle APPS R12
    • Query to get posted AP invoice in Oracle APPS R12
    • Query to Get Chart of Account Description in Oracle APPS R12

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2022-02-20T22:38:29+03:00Added an answer on February 20, 2022 at 10:38 pm

      Hi Marito,

      Find below the query to get supplier bank details:

      SELECT ASP.SEGMENT1 VENDOR_NUM
      ,ASP.VENDOR_NAME
      ,ASA.VENDOR_SITE_CODE
      ,HOU.NAME OU_NAME
      ,IEBA.COUNTRY_CODE
      ,CBBV.BANK_NAME
      ,IEBA.BANK_ACCOUNT_NAME_ALT
      ,CBBV.BANK_NUMBER
      ,CBBV.BANK_BRANCH_NAME
      ,CBBV.BRANCH_NUMBER
      ,CBBV.EFT_SWIFT_CODE
      ,IEBA.BANK_ACCOUNT_NUM
      ,IEBA.IBAN
      ,IEBA.CURRENCY_CODE
      FROM AP_SUPPLIERS ASP
      ,AP_SUPPLIER_SITES_ALL ASA
      ,IBY_EXTERNAL_PAYEES_ALL IEPAYEES
      ,IBY_PMT_INSTR_USES_ALL IPIUA
      ,IBY_EXT_BANK_ACCOUNTS IEBA
      ,CE_BANK_BRANCHES_V CBBV
      ,IBY_ACCOUNT_OWNERS IAOWNERS
      ,HR_OPERATING_UNITS HOU
      WHERE IAOWNERS.PRIMARY_FLAG = 'Y'
      AND IAOWNERS.EXT_BANK_ACCOUNT_ID = IEBA.EXT_BANK_ACCOUNT_ID
      AND IAOWNERS.EXT_BANK_ACCOUNT_ID = IPIUA.INSTRUMENT_ID
      AND IEPAYEES.EXT_PAYEE_ID = IPIUA.EXT_PMT_PARTY_ID
      AND IEPAYEES.PAYEE_PARTY_ID = IAOWNERS.ACCOUNT_OWNER_PARTY_ID
      AND IEPAYEES.SUPPLIER_SITE_ID = ASA.VENDOR_SITE_ID
      AND ASA.VENDOR_ID = ASP.VENDOR_ID
      AND IEBA.BRANCH_ID = CBBV.BRANCH_PARTY_ID(+)
      AND HOU.ORGANIZATION_ID = ASA.ORG_ID;

      Above query will list all suppliers bank details:

      Supplier Number, Name, Supplier Site Code, Operating unit that belong to supplier site, Country, Bank name, Bank alternative Name (like Arabic Name of the bank), Bank Number, Branch number and name, the swift code, the account number, IBAN, and currency code.

      And the list is open to add any other column/s you prefer.

        • 1
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. Daniel
      Daniel
      2022-05-17T20:09:28+03:00Added an answer on May 17, 2022 at 8:09 pm

      Fantastic

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • 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.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.