DBA Data[Home] [Help]

APPS.PA_COST_PLUS dependencies on GMS_INSTALL

Line 4201: IF gms_install.enabled THEN /*3059344 :To check if grants is installed */

4197:
4198: -- l_burden_profile := nvl(fnd_profile.value('PA_ENHANCED_BURDENING'),'N'); /*2933915 */
4199: l_burden_profile := pa_utils2.IsEnhancedBurdeningEnabled;
4200:
4201: IF gms_install.enabled THEN /*3059344 :To check if grants is installed */
4202: l_gms_enabled := 'Y' ;
4203: END IF ;
4204:
4205: --

Line 5239: IF gms_install.enabled THEN /*3059344 :To check if grants is installed */

5235:
5236: -- l_burden_profile := nvl(fnd_profile.value('PA_ENHANCED_BURDENING'),'N'); /*2933915*/
5237: l_burden_profile := pa_utils2.IsEnhancedBurdeningEnabled;
5238:
5239: IF gms_install.enabled THEN /*3059344 :To check if grants is installed */
5240: l_gms_enabled := 'Y' ;
5241: END IF ;
5242:
5243: /*