DBA Data[Home] [Help]

APPS.PA_MOAC_UTILS dependencies on PA_INTERFACE_UTILS_PUB

Line 130: If p_org_id = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM then

126: If NVL(mo_global.get_ou_count, 0) = 0 then -- Fix for bug : 5037365
127: MO_GLOBAL.INIT(p_product_code);
128: end if ;
129:
130: If p_org_id = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM then
131: p_org_id := FND_API.G_MISS_NUM ;
132: end if ;
133: p_org_id := GET_VALID_OU(p_org_id, p_product_code);
134: