DBA Data[Home] [Help]

APPS.EGO_ITEM_AML_PUB dependencies on EGO_COMMON_PVT

Line 95: l_product_exists := EGO_COMMON_PVT.Is_EGO_Installed(1.0, '');

91: CLOSE c_product_check;
92: END IF;
93: RETURN (l_product_exists);*/
94:
95: l_product_exists := EGO_COMMON_PVT.Is_EGO_Installed(1.0, '');
96: IF (l_product_exists = 'T') THEN
97: RETURN FND_API.G_RET_STS_SUCCESS;
98: ELSE
99: RETURN FND_API.G_RET_STS_ERROR;