DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on FND_INSTALLATION

Line 3863: X_GetInstallStatus := Fnd_Installation.get(

3859: X_UnitEff_RevItem := 'Y';
3860: end if;
3861: -- Is Order Entry Installed?
3862:
3863: X_GetInstallStatus := Fnd_Installation.get(
3864: appl_id => G_OrderEntry,
3865: dep_appl_id => G_OrderEntry,
3866: status => X_InstallStatus,
3867: industry => X_Industry);