How to License A New Product/Module in Oracle Applications
Below are the steps for license product.
1. log in Oracle Application Manager (OAM) and select Site Map -> Administration tab -> License Manager
2. Click Products -> License Applications Product
select 'Approvals Management(our scenario)' -> click Next and Submit.
3. Now load forms/database objects to database for that product using adadmin
AD Administration Main Menu
--------------------------------------------------
1. Generate Applications Files menu
2. Maintain Applications Files menu
3. Compile/Reload Applications Database Entities menu
4. Maintain Applications Database Entities menu
5. Change Maintenance Mode
6. Exit AD Administration
Select Generate Application Files menu
Enter your choice [6] : 1
Generate Applications Files
----------------------------------------
1. Generate message files
2. Generate form files
3. Generate report files
4. Generate product JAR files
5. Return to Main Menu
Run all "Generate Applications Files" for licensed product/module.
Back to Main Menu
Select Compile/Reload Applications Database Entities menu
Enter your choice [6] : 3
Compile/Reload Applications Database Entities
---------------------------------------------------
1. Compile APPS schema
2. Compile menu information
3. Compile flexfields
4. Reload JAR files to database
5. Return to Main Menu
run all of the following Menu options:
Compile APPS schema
Compile menu information
Compile flexfields
4. Run autoconfig
5. Verify Product installed successfully or not using below query.
select fa.APPLICATION_SHORT_NAME, fpi.PATCH_LEVEL, DECODE(fpi.STATUS, 'I','Installed',
'S','Shared', 'N', 'Inactive', fpi.STATUS) Status , fpi.DB_STATUS
from fnd_product_installations fpi,FND_APPLICATION fa
where fpi.APPLICATION_ID in (
select APPLICATION_ID from FND_APPLICATION where APPLICATION_SHORT_NAME like 'AME')
and fa.APPLICATION_ID=fpi.APPLICATION_ID;
Below are the steps for license product.
1. log in Oracle Application Manager (OAM) and select Site Map -> Administration tab -> License Manager
2. Click Products -> License Applications Product
select 'Approvals Management(our scenario)' -> click Next and Submit.
AD Administration Main Menu
--------------------------------------------------
1. Generate Applications Files menu
2. Maintain Applications Files menu
3. Compile/Reload Applications Database Entities menu
4. Maintain Applications Database Entities menu
5. Change Maintenance Mode
6. Exit AD Administration
Select Generate Application Files menu
Enter your choice [6] : 1
Generate Applications Files
----------------------------------------
1. Generate message files
2. Generate form files
3. Generate report files
4. Generate product JAR files
5. Return to Main Menu
Run all "Generate Applications Files" for licensed product/module.
Back to Main Menu
Select Compile/Reload Applications Database Entities menu
Enter your choice [6] : 3
Compile/Reload Applications Database Entities
---------------------------------------------------
1. Compile APPS schema
2. Compile menu information
3. Compile flexfields
4. Reload JAR files to database
5. Return to Main Menu
run all of the following Menu options:
Compile APPS schema
Compile menu information
Compile flexfields
4. Run autoconfig
5. Verify Product installed successfully or not using below query.
select fa.APPLICATION_SHORT_NAME, fpi.PATCH_LEVEL, DECODE(fpi.STATUS, 'I','Installed',
'S','Shared', 'N', 'Inactive', fpi.STATUS) Status , fpi.DB_STATUS
from fnd_product_installations fpi,FND_APPLICATION fa
where fpi.APPLICATION_ID in (
select APPLICATION_ID from FND_APPLICATION where APPLICATION_SHORT_NAME like 'AME')
and fa.APPLICATION_ID=fpi.APPLICATION_ID;
No comments:
Post a Comment