DBA Data[Home] [Help]

APPS.OE_INSTALL dependencies on FND_API

Line 23: if G_ACTIVE_PRODUCT = FND_API.G_MISS_CHAR THEN

19: -- In Release 11.i, only the new Order management system is
20: -- installed.
21:
22:
23: if G_ACTIVE_PRODUCT = FND_API.G_MISS_CHAR THEN
24:
25: G_ACTIVE_PRODUCT := 'ONT';
26: end if;
27:

Line 48: if G_PRODUCT_STATUS = FND_API.G_MISS_CHAR THEN

44: l_ont_application_id NUMBER := 660;
45:
46: BEGIN
47: /* Check if the global variable is set */
48: if G_PRODUCT_STATUS = FND_API.G_MISS_CHAR THEN
49:
50: -- Return the product status of Order Management
51: -- Make a call to fnd_installation.get function to check for the
52: -- installation status of Order Management and return the status.