You are on page 1of 3

Create Custom_Top in 

R12
August 26, 2008 in R12 Installation

Here are the step by step instructions to create Custom Top & Test the Customized
Application

Installation Steps

If Destination Environment Does not Include

          Make the directory structure for your custom


application files
cd $APPL_TOP
mkdir  xbol
mkdir  xbol/11.5.0
mkdir  xbol/11.5.0/admin
mkdir  xbol/11.5.0/admin/sql
mkdir  xbol/11.5.0/admin/odf
mkdir  xbol/11.5.0/sql
mkdir  xbol/11.5.0/bin
mkdir  xbol/11.5.0/reports
mkdir  xbol/11.5.0/reports/US
mkdir xbol/11.5.0/forms
mkdir  xbol/11.5.0/forms/US
mkdir  xbol/11.5.0/$APPLLIB
mkdir  xbol/11.5.0/$APPLOUT
mkdir  xbol /11.5.0/$APPLLOG
          Create the file customPRODR12_oslcoe01.env under
$APPL_TOP.
Add entry
XBOL_TOP=/u01/PRODR12/apps/apps_st/appl/xbol/12.0.0
export XBOL_TOP

 
          Create new tablespace for database objects
create tablespace XBOL datafile
‘/oracle/PRODR12/db/apps_st/data/xbol.dbf’ size 10M;
          Create schema
create user BOLINF identified by BOLINF default tablespace
XBOL
temporary tablespace temp quota unlimited on XBOL quota
unlimited on temp;
grant connect, resource to BOLINF;
          Register your Oracle Schema
Login to Applications with System Administrator responsibility
Navigate to Application–>Register
                                Application = Custom Application
                                Short Name  = XBOL
                                Basepath    = XBOL_TOP
                                Description = Custom Application
          Register Oracle User
Naviate to Security–>Oracle–>Register
                                Database User Name = BOLINF
                                Password           = BOLINF
                                Privilege          = Enabled
                                Install Group      = 0
                                Description        = Custom Application User

Verify that the customization has been properly installed by following these
steps:

          Testing the Custom Application


Copy a report from $FND_TOP/reports/US/ FNDSCURS.rdf   to  
$XBOL_TOP/reports/US/ and rename it to CUSTFNDSCURS.rdf
 
Create an Executable:
Login to System Administartor Responsibility
Concurrent  Program  Executable
Enter the following details:

 
                                                           
Define a Concurrent program:
Login to System Administartor Responsibility
Concurrent  Program  Define
Enter the following details:

  

Add the Custom Application to the Standard Data group:


Login to System Administartor Responsibility
Security  Oracle  DataGroup
Enter the following details:

   

 
Add the Custom Report to the System Administrator Reports
Group:
Login to System Administartor Responsibility
Security  User  Responsibility  Request
Enter the following details
 

Run the Custom Report through the System administrator


Responsibility

Complted Normal Status Indicates a Successful installation of a


Custom Application.

  

You might also like