DBA Data[Home] [Help]

APPS.AHL_DI_DOC_INDEX_PVT dependencies on FND_INSTALLATION

Line 19: ALGORITHM : Use fnd_installation.get function to retreive

15:
16: PARAMETERS : x_product_name - Name of the product
17: For eg - 'PER','PO','ENG'
18:
19: ALGORITHM : Use fnd_installation.get function to retreive
20: the status of product installation.
21: Function expects product id to be passed
22: Product Id will be derived from FND_APPLICATION table
23: Product Product Id

Line 55: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);

51: WHERE application_short_name = x_product_name ;
52:
53: --get product installation status
54: x_progress := 20;
55: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
56:
57: if x_product_name in ('OE', 'ONT') then
58:
59: if Oe_install.get_active_product() in ('OE', 'ONT') then