VO Extension
1. Identify the Page and get the path of the Page in server
2. Download the entire folder from specified path
3. Now Create a structure of the Folder in JDeveloper
4. Create View Object by Extension
5. Go to Project Properties and Substitue
6. Compile the project to generate the JPX and Class Files
7. Migrate the Files to Server and Bounce the Server
VO Extension Migration
1. Copy the JPX file from My Projects and move the file to $JAVA_TOP
2. Copy the custom folder from MY Classes and move the folder to $JAVA_TOP
3. Run the JPX Import Command
4. Run the ADCGNJAR command at the $JAVA_TOP
5. Now Bounce the OA_CORE Server from weblogic server.
To check the Migration is Successful
Execute the below
begin
jdr_utils.listCustomizations('/oracle/apps/pos/isp/posummaryVO');
end;
No comments:
Post a Comment