DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_PUB dependencies on MO_GLOBAL

Line 134: IF MO_GLOBAL.get_access_mode is null THEN

130:
131: --added for moac
132: --Initialize MOAC and set org context to Multiple
133:
134: IF MO_GLOBAL.get_access_mode is null THEN
135: MO_GLOBAL.Init('QP');
136: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
137: END IF;--MO_GLOBAL
138:

Line 135: MO_GLOBAL.Init('QP');

131: --added for moac
132: --Initialize MOAC and set org context to Multiple
133:
134: IF MO_GLOBAL.get_access_mode is null THEN
135: MO_GLOBAL.Init('QP');
136: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
137: END IF;--MO_GLOBAL
138:
139:

Line 136: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings

132: --Initialize MOAC and set org context to Multiple
133:
134: IF MO_GLOBAL.get_access_mode is null THEN
135: MO_GLOBAL.Init('QP');
136: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
137: END IF;--MO_GLOBAL
138:
139:
140: -- shulin, calls from FTE

Line 137: END IF;--MO_GLOBAL

133:
134: IF MO_GLOBAL.get_access_mode is null THEN
135: MO_GLOBAL.Init('QP');
136: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
137: END IF;--MO_GLOBAL
138:
139:
140: -- shulin, calls from FTE
141: IF (QP_PRL_LOADER_PUB.G_PROCESS_LST_REQ_TYPE='FTE' or QP_MOD_LOADER_PUB.G_PROCESS_LST_REQ_TYPE='FTE' ) THEN

Line 453: IF MO_GLOBAL.get_access_mode is null THEN

449:
450: --added for moac
451: --Initialize MOAC and set org context to Multiple
452:
453: IF MO_GLOBAL.get_access_mode is null THEN
454: MO_GLOBAL.Init('QP');
455: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
456: END IF;--MO_GLOBAL
457:

Line 454: MO_GLOBAL.Init('QP');

450: --added for moac
451: --Initialize MOAC and set org context to Multiple
452:
453: IF MO_GLOBAL.get_access_mode is null THEN
454: MO_GLOBAL.Init('QP');
455: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
456: END IF;--MO_GLOBAL
457:
458:

Line 455: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings

451: --Initialize MOAC and set org context to Multiple
452:
453: IF MO_GLOBAL.get_access_mode is null THEN
454: MO_GLOBAL.Init('QP');
455: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
456: END IF;--MO_GLOBAL
457:
458:
459: -- Perform Value to Id conversion

Line 456: END IF;--MO_GLOBAL

452:
453: IF MO_GLOBAL.get_access_mode is null THEN
454: MO_GLOBAL.Init('QP');
455: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
456: END IF;--MO_GLOBAL
457:
458:
459: -- Perform Value to Id conversion
460:

Line 638: IF MO_GLOBAL.get_access_mode is null THEN

634:
635: --added for moac
636: --Initialize MOAC and set org context to Multiple
637:
638: IF MO_GLOBAL.get_access_mode is null THEN
639: MO_GLOBAL.Init('QP');
640: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
641: END IF;--MO_GLOBAL
642:

Line 639: MO_GLOBAL.Init('QP');

635: --added for moac
636: --Initialize MOAC and set org context to Multiple
637:
638: IF MO_GLOBAL.get_access_mode is null THEN
639: MO_GLOBAL.Init('QP');
640: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
641: END IF;--MO_GLOBAL
642:
643:

Line 640: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings

636: --Initialize MOAC and set org context to Multiple
637:
638: IF MO_GLOBAL.get_access_mode is null THEN
639: MO_GLOBAL.Init('QP');
640: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
641: END IF;--MO_GLOBAL
642:
643:
644: -- Standard check for Val/ID conversion

Line 641: END IF;--MO_GLOBAL

637:
638: IF MO_GLOBAL.get_access_mode is null THEN
639: MO_GLOBAL.Init('QP');
640: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
641: END IF;--MO_GLOBAL
642:
643:
644: -- Standard check for Val/ID conversion
645: