DBA Data[Home] [Help]

APPS.EGO_LIFECYCLE_USER_PUB dependencies on EGO_COMMON_PVT

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

134: CLOSE c_product_check;
135: END IF;
136: RETURN (l_product_exists);*/
137:
138: l_product_exists := EGO_COMMON_PVT.Is_EGO_Installed(1.0, '');
139: IF (l_product_exists = 'T') THEN
140: RETURN FND_API.G_RET_STS_SUCCESS;
141: ELSE
142: RETURN FND_API.G_RET_STS_ERROR;