DBA Data[Home] [Help]

APPS.WSH_SC_DELIVERY_PVT dependencies on FND_INSTALLATION

Line 176: IF (fnd_installation.get(175, 175, status, industry)) THEN

172:
173: -- check if EDI product is installed
174: IF (edi_installed_flag = 'U') THEN
175: edi_installed_flag := 'N';
176: IF (fnd_installation.get(175, 175, status, industry)) THEN
177: IF (status = 'I') THEN
178: edi_installed_flag := 'Y';
179: END IF;
180: END IF;