DBA Data[Home] [Help]

APPS.QP_MODIFIERS_PUB dependencies on MO_GLOBAL

Line 144: IF MO_GLOBAL.get_access_mode is null THEN

140:
141: --added for moac
142: --Initialize MOAC and set org context to Multiple
143:
144: IF MO_GLOBAL.get_access_mode is null THEN
145: MO_GLOBAL.Init('QP');
146: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
147: END IF;--MO_GLOBAL
148:

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

141: --added for moac
142: --Initialize MOAC and set org context to Multiple
143:
144: IF MO_GLOBAL.get_access_mode is null THEN
145: MO_GLOBAL.Init('QP');
146: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
147: END IF;--MO_GLOBAL
148:
149: -- bug#3599792/bug#3888568/#bug4261021

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

142: --Initialize MOAC and set org context to Multiple
143:
144: IF MO_GLOBAL.get_access_mode is null THEN
145: MO_GLOBAL.Init('QP');
146: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
147: END IF;--MO_GLOBAL
148:
149: -- bug#3599792/bug#3888568/#bug4261021
150: IF p_MODIFIERS_tbl.COUNT <> 0 THEN

Line 147: END IF;--MO_GLOBAL

143:
144: IF MO_GLOBAL.get_access_mode is null THEN
145: MO_GLOBAL.Init('QP');
146: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
147: END IF;--MO_GLOBAL
148:
149: -- bug#3599792/bug#3888568/#bug4261021
150: IF p_MODIFIERS_tbl.COUNT <> 0 THEN
151: IF p_MODIFIERS_tbl(1).list_header_id IS NOT NULL AND

Line 449: IF MO_GLOBAL.get_access_mode is null THEN

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

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

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

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

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

Line 452: END IF;--MO_GLOBAL

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

Line 634: IF MO_GLOBAL.get_access_mode is null THEN

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

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

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

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

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

Line 637: END IF;--MO_GLOBAL

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