DBA Data[Home] [Help]

APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on MO_GLOBAL

Line 3732: If NVL(mo_global.get_ou_count, 0) = 0 then

3728: );
3729:
3730:
3731:
3732: If NVL(mo_global.get_ou_count, 0) = 0 then
3733: MO_GLOBAL.INIT(l_product_code);
3734: end if ;
3735:
3736: l_operating_unit_id := GET_VALID_OU(p_operating_unit_id, l_product_code);

Line 3733: MO_GLOBAL.INIT(l_product_code);

3729:
3730:
3731:
3732: If NVL(mo_global.get_ou_count, 0) = 0 then
3733: MO_GLOBAL.INIT(l_product_code);
3734: end if ;
3735:
3736: l_operating_unit_id := GET_VALID_OU(p_operating_unit_id, l_product_code);
3737:

Line 3752: MO_GLOBAL.SET_POLICY_CONTEXT('S',l_operating_unit_id);

3748: ( p_count => x_msg_count ,
3749: p_data => x_msg_data );
3750: END IF;
3751: else
3752: MO_GLOBAL.SET_POLICY_CONTEXT('S',l_operating_unit_id);
3753: END IF;
3754:
3755: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3756: RAISE FND_API.G_EXC_ERROR ;

Line 3808: -- This function uses MO_GLOBAL.validate_orgid_pub_api(...) to get valid org_id.

3804: /*
3805: -- This function is used to determine and get valid operating unit where cc is enabled for this operating unit.
3806: -- Returns ORG_ID if valid and CC is enabled or retruns NULL if invalid or CC is not enabled.
3807:
3808: -- This function uses MO_GLOBAL.validate_orgid_pub_api(...) to get valid org_id.
3809: -- MO_GLOBAL.validate_orgid_pub_api retruns p_org_id if Valid or returns NULL if invalid .
3810: -- If p_org_id does not exist in Global table, then it would throw up error.
3811: -- Before calling this function, global temp table should be populated using MO initialization routine. */
3812:

Line 3809: -- MO_GLOBAL.validate_orgid_pub_api retruns p_org_id if Valid or returns NULL if invalid .

3805: -- This function is used to determine and get valid operating unit where cc is enabled for this operating unit.
3806: -- Returns ORG_ID if valid and CC is enabled or retruns NULL if invalid or CC is not enabled.
3807:
3808: -- This function uses MO_GLOBAL.validate_orgid_pub_api(...) to get valid org_id.
3809: -- MO_GLOBAL.validate_orgid_pub_api retruns p_org_id if Valid or returns NULL if invalid .
3810: -- If p_org_id does not exist in Global table, then it would throw up error.
3811: -- Before calling this function, global temp table should be populated using MO initialization routine. */
3812:
3813: IS

Line 3823: mo_global.validate_orgid_pub_api( l_org_id, 'Y',l_status );

3819:
3820: -- VALIDATE_ORGID_PUB_API will retrun either
3821: -- Success ( 'S','O','C','D') or Failure ( 'F')
3822:
3823: mo_global.validate_orgid_pub_api( l_org_id, 'Y',l_status );
3824: /* This function is used to determine and get valid operating unit where CC is enabled.
3825:
3826: -- Checking if CC is enabled or not */
3827: