DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PUB dependencies on MO_GLOBAL

Line 43: IF MO_GLOBAL.get_access_mode is null THEN

39:
40: --added for moac
41: --Initialize MOAC and set org context to Multiple
42:
43: IF MO_GLOBAL.get_access_mode is null THEN
44: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
45: --org context is based on the current responsibility
46: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
47: END IF;--MO_GLOBAL

Line 44: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although

40: --added for moac
41: --Initialize MOAC and set org context to Multiple
42:
43: IF MO_GLOBAL.get_access_mode is null THEN
44: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
45: --org context is based on the current responsibility
46: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
47: END IF;--MO_GLOBAL
48:

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

42:
43: IF MO_GLOBAL.get_access_mode is null THEN
44: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
45: --org context is based on the current responsibility
46: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
47: END IF;--MO_GLOBAL
48:
49: --Assign input parameter to local variable so that columns can be modified.
50: l_pb_input_header_rec := p_pb_input_header_rec;

Line 47: END IF;--MO_GLOBAL

43: IF MO_GLOBAL.get_access_mode is null THEN
44: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
45: --org context is based on the current responsibility
46: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
47: END IF;--MO_GLOBAL
48:
49: --Assign input parameter to local variable so that columns can be modified.
50: l_pb_input_header_rec := p_pb_input_header_rec;
51:

Line 507: IF MO_GLOBAL.get_access_mode is null THEN

503:
504: --added for moac
505: --Initialize MOAC and set org context to Multiple
506:
507: IF MO_GLOBAL.get_access_mode is null THEN
508: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
509: --org context is based on the current responsibility
510: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
511: END IF;--MO_GLOBAL

Line 508: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although

504: --added for moac
505: --Initialize MOAC and set org context to Multiple
506:
507: IF MO_GLOBAL.get_access_mode is null THEN
508: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
509: --org context is based on the current responsibility
510: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
511: END IF;--MO_GLOBAL
512:

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

506:
507: IF MO_GLOBAL.get_access_mode is null THEN
508: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
509: --org context is based on the current responsibility
510: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
511: END IF;--MO_GLOBAL
512:
513: IF p_price_book_type_code IS NULL THEN
514: x_return_status := 'E';

Line 511: END IF;--MO_GLOBAL

507: IF MO_GLOBAL.get_access_mode is null THEN
508: MO_GLOBAL.Init('QP'); --specifying an MOAC enabled application although
509: --org context is based on the current responsibility
510: -- MO_GLOBAL.set_policy_context('M', null);--commented as MO_GLOBAL.Init will set_policy_context to 'M' or 'S' based on profile settings
511: END IF;--MO_GLOBAL
512:
513: IF p_price_book_type_code IS NULL THEN
514: x_return_status := 'E';
515: FND_MESSAGE.SET_NAME('QP', 'QP_PARAMETER_REQUIRED');