DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on FND_INSTALLATION

Line 4107: X_GetInstallStatus := Fnd_Installation.get(

4103: X_UnitEff_RevItem := 'Y';
4104: end if;
4105: -- Is Order Entry Installed?
4106:
4107: X_GetInstallStatus := Fnd_Installation.get(
4108: appl_id => G_OrderEntry,
4109: dep_appl_id => G_OrderEntry,
4110: status => X_InstallStatus,
4111: industry => X_Industry);