Creating Custom objects following Developing and Deploying Customizations in Oracle E-Business Suite
1)According to section
Section 1.4: Developing and Deploying Custom Database Objects
Section 1.4.2.1: Tables
Create a New Table
- Create the initial table definition in your development
database.
in this example the table is created in APPLSYS schema, in R11 we create custom tables in BOLINF custom schema, there is any problem to follow the example changing APPLSYS for BOLINF schema? or any custom object should be created in APPLSYS schema
2)when Extract the table definition from your development database using the
xdfgen.pl utility, we should change the command example for :perl
xdfgen.pl <apps_user>/<apps_password>@<DB_SID>
BOLINF.XYZ_USER_SERVICE