All the custom page can be developed and tested in our work system with the help of JDeveloper before deploying it to the Oracle Application. But still it need access to Application and DB in order to avoid the unnecessary error while deploying the custom page in the E-Business Suite.
For developing any custom page we need both DB as well APP connection detail string in order to fetch the database objects and application infra for the proper deployment. If the custom development runs well in JDeveloper then it will surely works well in the Application side too.. !!!
A. Database Connection setup
Navigation: JDevloper (Tools --> Project Properties --> Oracle Application --> Database Connection)
Step 1: Enter the Database name (Naming Convention can be anything and not related to DB TNS entry)
B. Application Setup for the Login User with DBC file
Keep the DBC file under the path "jdevhome\jdev\dbc_files\secure"

Make sure the FND user have the correct responsibility attached before mapping it in the APP setup
Enter the following details in the APP Setup
Navigation: JDevloper (Tools --> Project Properties --> Oracle Application --> Runtime Connection)
Step 1: Place the DBC file under the specified path as mentioned above and BROWSE and map it under the 'DBC File Name'
Step 2: Enter the Username and Pwd with right Application Short name and Responsibility Key.
For developing any custom page we need both DB as well APP connection detail string in order to fetch the database objects and application infra for the proper deployment. If the custom development runs well in JDeveloper then it will surely works well in the Application side too.. !!!
A. Database Connection setup
Enter the following details in the DB Setup
Navigation: JDevloper (Tools --> Project Properties --> Oracle Application --> Database Connection)
Step 1: Enter the Database name (Naming Convention can be anything and not related to DB TNS entry)
Step 2: Enter the DB Username and Password
Step 3: Enter the DB Host name, Port and SID as per your DB TNS entry
Step 4: Test the connection and make sure it return the status "SUCCESS"
B. Application Setup for the Login User with DBC file
Keep the DBC file under the path "jdevhome\jdev\dbc_files\secure"

Make sure the FND user have the correct responsibility attached before mapping it in the APP setup
Enter the following details in the APP Setup
Navigation: JDevloper (Tools --> Project Properties --> Oracle Application --> Runtime Connection)
Step 1: Place the DBC file under the specified path as mentioned above and BROWSE and map it under the 'DBC File Name'
Step 2: Enter the Username and Pwd with right Application Short name and Responsibility Key.



