DBA Data[Home] [Help]

APPS.PA_COST_PLUS dependencies on GMS_INSTALL

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

4167:
4168: -- l_burden_profile := nvl(fnd_profile.value('PA_ENHANCED_BURDENING'),'N'); /*2933915 */
4169: l_burden_profile := pa_utils2.IsEnhancedBurdeningEnabled;
4170:
4171: IF gms_install.enabled THEN /*3059344 :To check if grants is installed */
4172: l_gms_enabled := 'Y' ;
4173: END IF ;
4174:
4175: --

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

5205:
5206: -- l_burden_profile := nvl(fnd_profile.value('PA_ENHANCED_BURDENING'),'N'); /*2933915*/
5207: l_burden_profile := pa_utils2.IsEnhancedBurdeningEnabled;
5208:
5209: IF gms_install.enabled THEN /*3059344 :To check if grants is installed */
5210: l_gms_enabled := 'Y' ;
5211: END IF ;
5212:
5213: /*