DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on FND_INSTALLATION

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

747:
748: PARAMETERS : x_product_name - Name of the product
749: For eg - 'INV','PO','ENG'
750:
751: ALGORITHM : Use fnd_installation.get function to retreive
752: the status of product installation.
753: Function expects product id to be passed
754: Product Id will be derived from FND_APPLICATION table
755: Product Product Id

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

783: where application_short_name = x_product_name ;
784:
785: --get product installation status
786: x_progress := 20;
787: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
788:
789: if x_product_name in ('OE', 'ONT') then
790:
791: if Oe_install.get_active_product() in ('OE', 'ONT') then