Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Error: wsse:InvalidSecurity When Testing CreateEmployee SOAP Web Service in Oracle Applications R 12.2.10 from SOAP UI
This error message due to security token is missing in the SOAP Header section. To solve this issue you have to enter the security token as follows: 1- Open SOAP project 2- put the following security token right after SOAP Header section of the request body <soapenv:Header> <wsse:Security xRead more
This error message due to security token is missing in the SOAP Header section. To solve this issue you have to enter the security token as follows:
1- Open SOAP project
2- put the following security token right after SOAP Header section of the request body
Note: You have to change both (YourUserName & YourPassword) to the appropriate username and password that is authenticated to call the webservice.
3- Save the project and call the service again.
Another easy way to do this is :
1- Open SOAP Project
2- Right click on the request body in any black space and choose “Add WSS Username Token“
3- Choose Password Text from the drop down list of Add WSS Username Token Field, then click OK.
4- this option will take the username and password automatically from Auth which you set earlier.
5- Save the project and test the issue again, it should be resolved.
Note: If you go for the second solution you should enter authentication first.
See lessError : the stage registered as the first stage is invalid
You have to make sure of the start stage of the request set. you might not select the starting stage of the request set or the request you selected in the starting stage has a problem check it individually first to make sure it's working fine without any issue.
You have to make sure of the start stage of the request set. you might not select the starting stage of the request set or the request you selected in the starting stage has a problem check it individually first to make sure it’s working fine without any issue.
See lessQuery to get supplier bank details in Oracle APPS R12
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 ,IEBRead more
Hi Marito,
Find below the query to get supplier bank details:
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.
See lessORA-01427: single-row subquery returns more than one row
Hello Garcia, The message of the ORA error is so descriptive it's pointing the query that causing the issue and the issue it self which is nothing but the sub query returned more than one row and this is not correct specially that you are using "=" operator not logical operator like "IN" or "NOT IN"Read more
Hello Garcia,
The message of the ORA error is so descriptive it’s pointing the query that causing the issue and the issue it self which is nothing but the sub query returned more than one row and this is not correct specially that you are using “=” operator not logical operator like “IN” or “NOT IN”. It’s up to your requirement.
See lessQuery to Get The Oracle Application URL From Database in Oracle APPS R12
To find the application URL from the backend use one of the following queries : SELECT HOME_URL FROM ICX_PARAMETERS; Result http://<host.domain:port>/OA_HTML/AppsLogin OR SELECT FPOV.PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTIONS FPO, FND_PROFILE_OPTION_VALUES FPOV WHERE FPO.PROFILE_OPTION_ID =Read more
To find the application URL from the backend use one of the following queries :
OR
See lessOBIEE 12c: External Embedded Content is Not Displayed (This content is blocked.)
Hello @Waqas , As explained here that for security reasons, you can no longer embed content from external domains in dashboards. To embed external content in dashboards, you must edit the instanceconfig.xml file. Note: You can accept embedding content from all external domains or from specific domaiRead more
Hello Waqas , As explained here that for security reasons, you can no longer embed content from external domains in dashboards. To embed external content in dashboards, you must edit the instanceconfig.xml file.
In case you need to embed an external content from all domains into your dashboard, so the DBA has to make the following changes in the presentation server :
Please do this on test environment first to make sure that everything is correct.
See lessORA-01017 invalid username password logon denied
Please make sure of the credentials, because this error is quite clear enough that either the username or password is incorrect. Note : In Oracle 11g the credentials are CASE sensitive it's a default feature of newly oracle 11g database creation. Now if you want to make sure whether this feature isRead more
Please make sure of the credentials, because this error is quite clear enough that either the username or password is incorrect.
Note : In Oracle 11g the credentials are CASE sensitive it’s a default feature of newly oracle 11g database creation.
Now if you want to make sure whether this feature is enabled or not you can go to sqlplus then execute the following SQL command.
if you get ” TRUE ” value then the the password is case sensitive otherwise it isn’t.
you can also disable this feature by executing the following SQL command :
See lessORA-00976 Error While Approving Internal Requisitions ?
In most cases this error is coming due to the location value is incorrect. for example you have location_id = 100 , location_code = AE while expecting " UNITED ARABEMIRATES " value. follow this step to include the country inside address information of a location : 1- Open location form. from Setup -Read more
In most cases this error is coming due to the location value is incorrect.
for example you have location_id = 100 , location_code = AE while expecting ” UNITED ARABEMIRATES ” value.
follow this step to include the country inside address information of a location :
1- Open location form. from Setup –> Organization –> Locations
2- Query about the location above.
3- Update the address information to include the Country, then save.
Now try to approve your internal requisition.
Please test this solution on test environment first. once everything is working fine then move it to appropriate environment.
See lessORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
ORA-00054 referring to the table you are trying to update it is already locked by another session that made a query for an update on the same table and not committed or rolled back yet. It could be a form or another session. The action you could take to solve the problem is to commit or roll back thRead more
ORA-00054 referring to the table you are trying to update it is already locked by another session that made a query for an update on the same table and not committed or rolled back yet. It could be a form or another session.
The action you could take to solve the problem is to commit or roll back the changes from the other session, causing the lock before performing the current action. There is a query also to help you identify which session that causing the lock on your table so that you can kill the session immediately.
Above query has been taken from oracle-base then from the output of above query you can use SID and SERIAL# to kill the session by executing the following statement.
See lessoracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility.
Hello Sri Harsha, First thing this happened only when trying to run a custom page from JDeveloper on your local machine. So this will not happen if you register and upload the page to the server. I use APPLICATION DEVELOPER responsibility under the FND application in the development phase, and everyRead more
Hello Sri Harsha,
First thing this happened only when trying to run a custom page from JDeveloper on your local machine. So this will not happen if you register and upload the page to the server.
I use APPLICATION DEVELOPER responsibility under the FND application in the development phase, and everything works fine. Please see the screenshot below:
Also, don’t forget to enter the user that has application developer responsibility.
See less