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: /* Bug 16240413 : FND_INSTALLATION.get will verify for ONT product as well. No
790: * need to call Oe_install.get_active_product because OE product has been
791: * decommissioned */

Line 789: /* Bug 16240413 : FND_INSTALLATION.get will verify for ONT product as well. No

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: /* Bug 16240413 : FND_INSTALLATION.get will verify for ONT product as well. No
790: * need to call Oe_install.get_active_product because OE product has been
791: * decommissioned */
792:
793: /* if x_product_name in ('OE', 'ONT') then