DBA Data[Home] [Help]

APPS.QP_BULK_LOADER_PUB dependencies on MO_GLOBAL

Line 40: IF MO_GLOBAL.get_access_mode is null THEN

36:
37: --added for moac
38: --Initialize MOAC and set org context to Multiple
39:
40: IF MO_GLOBAL.get_access_mode is null THEN
41: MO_GLOBAL.Init('QP');
42: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
43: END IF;--MO_GLOBAL
44:

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

37: --added for moac
38: --Initialize MOAC and set org context to Multiple
39:
40: IF MO_GLOBAL.get_access_mode is null THEN
41: MO_GLOBAL.Init('QP');
42: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
43: END IF;--MO_GLOBAL
44:
45:

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

38: --Initialize MOAC and set org context to Multiple
39:
40: IF MO_GLOBAL.get_access_mode is null THEN
41: MO_GLOBAL.Init('QP');
42: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
43: END IF;--MO_GLOBAL
44:
45:
46: -- ENH duplicate line check flag RAVI

Line 43: END IF;--MO_GLOBAL

39:
40: IF MO_GLOBAL.get_access_mode is null THEN
41: MO_GLOBAL.Init('QP');
42: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
43: END IF;--MO_GLOBAL
44:
45:
46: -- ENH duplicate line check flag RAVI
47: G_QP_ENABLE_DUP_LINE_CHECK :=p_enable_dup_ln_check;