Oracle SOA Suite (MOSC)

MOSC Banner

Unable create supplier site using REST API in oracle R12 gettting error : SQLAP AP_ORG_INFO_NULL

edited Aug 19, 2018 5:02AM in Oracle SOA Suite (MOSC) 1 commentAnswered

Hi

we are trying to create supplier site using  Integrated SOA Gateway -> create_vendor_site  REST API in Oracle apps R12.

We are getting error  : "SQLAP AP_ORG_INFO_NULL" .Please advise how to solve the issue.

INPUT :

{

  "CREATE_SUPPLIER_SITE": {

    "InputParameters": {

      "P_VENDOR_SITE_REC": {

        "VENDOR_SITE_CODE": "ABC",

        "VENDOR_ID": "1021045",

        "PURCHASING_SITE_FLAG": "N",

        "RFQ_ONLY_SITE_FLAG": "N",

        "PAY_SITE_FLAG": "N",

        "ORG_ID": "85",

        "COUNTRY": "US",

        "ADDRESS_LINE1": "ABCD",

        "ADDRESS_LINE2": "ABCD",

        "CITY": "ABC"

      }

    }

  }

}

OUTPUT :

{

"OutputParameters": {

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center